summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2011-09-21 13:19:54 -0700
committerAndreas Huber <andih@google.com>2011-09-21 13:19:54 -0700
commitc639aad6d8894f57c02e620f52ccf49e51b64866 (patch)
treea248fe230bbc299332d7b9ca0c88702f130f8318 /media/libstagefright/include
parentad8e8bfea2da077248a9f217c029e14fefb01096 (diff)
downloadframeworks_av-c639aad6d8894f57c02e620f52ccf49e51b64866.zip
frameworks_av-c639aad6d8894f57c02e620f52ccf49e51b64866.tar.gz
frameworks_av-c639aad6d8894f57c02e620f52ccf49e51b64866.tar.bz2
Support some .avi files containing H.264 video, log warnings if audio/video unsupported
Change-Id: Ie7280f25f2bd19f32234c08673e64ceb65833677 related-to-bug: 5349382
Diffstat (limited to 'media/libstagefright/include')
-rw-r--r--media/libstagefright/include/AVIExtractor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/libstagefright/include/AVIExtractor.h b/media/libstagefright/include/AVIExtractor.h
index b575347..75ce68d 100644
--- a/media/libstagefright/include/AVIExtractor.h
+++ b/media/libstagefright/include/AVIExtractor.h
@@ -101,6 +101,7 @@ private:
size_t *sampleIndex) const;
status_t addMPEG4CodecSpecificData(size_t trackIndex);
+ status_t addH264CodecSpecificData(size_t trackIndex);
static bool IsCorrectChunkType(
ssize_t trackIndex, Track::Kind kind, uint32_t chunkType);