зеркало из 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 {
|
namespace stagefright {
|
||||||
|
|
||||||
class DataSource;
|
class DataSource;
|
||||||
class MediaSource;
|
struct MediaSource;
|
||||||
class MetaData;
|
class MetaData;
|
||||||
|
|
||||||
class MediaExtractor : public RefBase {
|
class MediaExtractor : public RefBase {
|
||||||
|
|
|
@ -41,7 +41,7 @@ uint64_t U64LE_AT(const uint8_t *ptr);
|
||||||
uint64_t ntoh64(uint64_t x);
|
uint64_t ntoh64(uint64_t x);
|
||||||
uint64_t hton64(uint64_t x);
|
uint64_t hton64(uint64_t x);
|
||||||
|
|
||||||
struct MetaData;
|
class MetaData;
|
||||||
struct AMessage;
|
struct AMessage;
|
||||||
status_t convertMetaDataToMessage(
|
status_t convertMetaDataToMessage(
|
||||||
const sp<MetaData> &meta, sp<AMessage> *format);
|
const sp<MetaData> &meta, sp<AMessage> *format);
|
||||||
|
|
|
@ -22,8 +22,8 @@
|
||||||
|
|
||||||
namespace stagefright {
|
namespace stagefright {
|
||||||
|
|
||||||
struct DataSource;
|
class DataSource;
|
||||||
struct String8;
|
class String8;
|
||||||
|
|
||||||
struct ID3 {
|
struct ID3 {
|
||||||
enum Version {
|
enum Version {
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
namespace stagefright {
|
namespace stagefright {
|
||||||
|
|
||||||
struct SampleTable;
|
class SampleTable;
|
||||||
|
|
||||||
struct SampleIterator {
|
struct SampleIterator {
|
||||||
SampleIterator(SampleTable *table);
|
SampleIterator(SampleTable *table);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче