summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/dec
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-18 16:51:10 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-18 16:51:10 +0000
commit7bc20ac542e65af6f8f248031805632a55934f67 (patch)
tree112ebda11956f339afa612c62367f6db665203c3 /media/libstagefright/codecs/m4v_h263/dec
parentd3d84fe6d2ca85d190638699b04861c7878a5ebd (diff)
parentcc3411e3539a6c762404ca2ca92a6649862745ba (diff)
downloadframeworks_av-7bc20ac542e65af6f8f248031805632a55934f67.zip
frameworks_av-7bc20ac542e65af6f8f248031805632a55934f67.tar.gz
frameworks_av-7bc20ac542e65af6f8f248031805632a55934f67.tar.bz2
am cc3411e3: am 0bf31aeb: am 9359e822: am 8a34499a: am c23e3dd8: Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
* commit 'cc3411e3539a6c762404ca2ca92a6649862745ba': Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
Diffstat (limited to 'media/libstagefright/codecs/m4v_h263/dec')
-rw-r--r--media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp b/media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp
index af19bfe..e99c68f 100644
--- a/media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp
+++ b/media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp
@@ -15,6 +15,9 @@
* and limitations under the License.
* -------------------------------------------------------------------
*/
+
+#include <stdint.h>
+
#include "mp4dec_lib.h"
#include "vlc_decode.h"
#include "bitstream.h"