зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1034444 - Fix libstagefright warnings; r=cpearce
This commit is contained in:
Родитель
f156664cf8
Коммит
49fa9258a7
|
@ -23,7 +23,7 @@
|
|||
namespace stagefright {
|
||||
|
||||
class DataSource;
|
||||
class MediaSource;
|
||||
struct MediaSource;
|
||||
class MetaData;
|
||||
|
||||
class MediaExtractor : public RefBase {
|
||||
|
|
|
@ -41,7 +41,7 @@ uint64_t U64LE_AT(const uint8_t *ptr);
|
|||
uint64_t ntoh64(uint64_t x);
|
||||
uint64_t hton64(uint64_t x);
|
||||
|
||||
struct MetaData;
|
||||
class MetaData;
|
||||
struct AMessage;
|
||||
status_t convertMetaDataToMessage(
|
||||
const sp<MetaData> &meta, sp<AMessage> *format);
|
||||
|
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
namespace stagefright {
|
||||
|
||||
struct DataSource;
|
||||
struct String8;
|
||||
class DataSource;
|
||||
class String8;
|
||||
|
||||
struct ID3 {
|
||||
enum Version {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
namespace stagefright {
|
||||
|
||||
struct SampleTable;
|
||||
class SampleTable;
|
||||
|
||||
struct SampleIterator {
|
||||
SampleIterator(SampleTable *table);
|
||||
|
|
Загрузка…
Ссылка в новой задаче