Codec Kit: Beauty fixes
This commit is contained in:
@@ -26,7 +26,6 @@ struct stream_info;
|
||||
class MediaExtractor {
|
||||
public:
|
||||
MediaExtractor(BDataIO* source, int32 flags);
|
||||
|
||||
~MediaExtractor();
|
||||
|
||||
status_t InitCheck();
|
||||
@@ -38,7 +37,7 @@ public:
|
||||
|
||||
status_t GetMetaData(BMetaData* data) const;
|
||||
|
||||
int32 StreamCount();
|
||||
int32 CountStreams();
|
||||
|
||||
const media_format* EncodedFormat(int32 stream);
|
||||
int64 CountFrames(int32 stream) const;
|
||||
|
||||
@@ -75,8 +75,6 @@ public:
|
||||
BMetaData(const BMessage& msg);
|
||||
virtual ~BMetaData();
|
||||
|
||||
BMetaData& operator=(const BMetaData& other);
|
||||
|
||||
// Woah. It seems we need BValue there.
|
||||
bool SetString(const char* key, const BString& value);
|
||||
bool SetBool(const char* key, bool value);
|
||||
@@ -107,6 +105,8 @@ public:
|
||||
// that's why we need to introduce smart pointers!
|
||||
const BMessage* Message();
|
||||
|
||||
BMetaData& operator=(const BMetaData& other);
|
||||
|
||||
private:
|
||||
// TODO: padding
|
||||
BMessage* fMessage;
|
||||
|
||||
Reference in New Issue
Block a user