summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/dec
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-18 16:33:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-18 16:33:35 +0000
commit9359e82213e6027b2390b76ba30e2e44f0d5cec6 (patch)
treef961ac67cfb2a22babfdb8da5e77b71b3a6b7516 /media/libstagefright/codecs/m4v_h263/dec
parentd3b0f865dcf66dfdf89e7e4d296e4a432a2e8a16 (diff)
parent8a34499ab9987d962040881b4c8d66b655f65ae0 (diff)
downloadframeworks_av-9359e82213e6027b2390b76ba30e2e44f0d5cec6.zip
frameworks_av-9359e82213e6027b2390b76ba30e2e44f0d5cec6.tar.gz
frameworks_av-9359e82213e6027b2390b76ba30e2e44f0d5cec6.tar.bz2
am 8a34499a: am c23e3dd8: Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
* commit '8a34499ab9987d962040881b4c8d66b655f65ae0': 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 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"