summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/dec
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-17 14:50:02 -0700
committerAbhishek Arya <aarya@google.com>2015-08-17 14:50:02 -0700
commitc23e3dd8af7397f023aae040c4a03dd14091cbed (patch)
treed97db4122a5a65bf306a7659841227dfefefead4 /media/libstagefright/codecs/m4v_h263/dec
parent567b6551f8bc240cc267054ea5de55c46f10cc29 (diff)
downloadframeworks_av-c23e3dd8af7397f023aae040c4a03dd14091cbed.zip
frameworks_av-c23e3dd8af7397f023aae040c4a03dd14091cbed.tar.gz
frameworks_av-c23e3dd8af7397f023aae040c4a03dd14091cbed.tar.bz2
Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
BUG: 20674086 Change-Id: Idaff17975b327adea65c39bdba1ab4e88789c0cd
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 78f2556..8c6622e 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"