OSDN Git Service

TODO, SniffFFMPEG should use mFormatCtx->iformat->name?
authorMichael Chen <omxcodec@gmail.com>
Tue, 23 Oct 2012 04:16:20 +0000 (12:16 +0800)
committerMichael Chen <omxcodec@gmail.com>
Tue, 23 Oct 2012 04:16:20 +0000 (12:16 +0800)
libstagefright/FFmpegExtractor/FFmpegExtractor.cpp

index f3908f7..f7971c9 100644 (file)
@@ -1506,6 +1506,7 @@ static extmap FILE_EXTS [] =  {
 #endif
 };
 
+// TODO: check mFormatCtx->iformat->name?
 bool SniffFFMPEG(
         const sp<DataSource> &source, String8 *mimeType, float *confidence,
         sp<AMessage> *meta) {