codec_kit: Style fixes
* Remove superfluous newlines at EOF. * Add newlines in file's head.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include "AdapterIO.h"
|
||||
|
||||
#include <MediaIO.h>
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "DecoderPlugin.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -47,14 +48,13 @@ Decoder::Perform(perform_code code, void* _data)
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
void Decoder::_ReservedDecoder1() {}
|
||||
void Decoder::_ReservedDecoder2() {}
|
||||
void Decoder::_ReservedDecoder3() {}
|
||||
void Decoder::_ReservedDecoder4() {}
|
||||
void Decoder::_ReservedDecoder5() {}
|
||||
|
||||
// #pragma mark -
|
||||
|
||||
|
||||
DecoderPlugin::DecoderPlugin()
|
||||
{
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "EncoderPlugin.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
#include <MediaIO.h>
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#include "PluginManager.h"
|
||||
|
||||
|
||||
|
||||
class MediaExtractorChunkWriter : public ChunkWriter {
|
||||
public:
|
||||
MediaExtractorChunkWriter(MediaWriter* writer, int32 streamIndex)
|
||||
@@ -235,4 +234,3 @@ MediaWriter::WriteChunk(int32 streamIndex, const void* chunkBuffer,
|
||||
return fWriter->WriteChunk(info->cookie, chunkBuffer, chunkSize,
|
||||
encodeInfo);
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "ReaderPlugin.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -78,4 +79,3 @@ void Reader::_ReservedReader2() {}
|
||||
void Reader::_ReservedReader3() {}
|
||||
void Reader::_ReservedReader4() {}
|
||||
void Reader::_ReservedReader5() {}
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "StreamerPlugin.h"
|
||||
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include "WriterPlugin.h"
|
||||
|
||||
#include <stdio.h>
|
||||
@@ -42,9 +43,9 @@ Writer::Perform(perform_code code, void* data)
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
|
||||
void Writer::_ReservedWriter1() {}
|
||||
void Writer::_ReservedWriter2() {}
|
||||
void Writer::_ReservedWriter3() {}
|
||||
void Writer::_ReservedWriter4() {}
|
||||
void Writer::_ReservedWriter5() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user