From 5712d5ca0b263b8884a68896b1294a294fd4708e Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sat, 26 Dec 2015 16:52:22 -0800 Subject: stagefright: Copy the thumbnail time * In case we do a conversion, we need this to seek the extractor to the right position for extracting a thumbnail. Change-Id: I003a599c15890aeeb6d2494b219f170ba5b278d8 --- media/libstagefright/FFMPEGSoftCodec.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/media/libstagefright/FFMPEGSoftCodec.cpp b/media/libstagefright/FFMPEGSoftCodec.cpp index 20c8359..9d72609 100644 --- a/media/libstagefright/FFMPEGSoftCodec.cpp +++ b/media/libstagefright/FFMPEGSoftCodec.cpp @@ -74,6 +74,7 @@ static const MetaKeyEntry MetaKeyTable[] { {kKeyWMVVersion , "wmv-version" , INT32}, {kKeyPCMFormat , "pcm-format" , INT32}, {kKeyDivXVersion , "divx-version" , INT32}, + {kKeyThumbnailTime , "thumbnail-time" , INT64}, }; const char* FFMPEGSoftCodec::getMsgKey(int key) { -- cgit v1.1