summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-20 01:16:09 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-20 01:16:09 +0000
commit123c013b14313f7824c0787e3b034af7913f4283 (patch)
tree42bd85749af4b6c92e6efa0d3bcd53f0a0f391d7 /media/libstagefright/codecs/m4v_h263
parent6e2d27a932015f774ed0c77bad7dcbe7151f67ff (diff)
parent7bc20ac542e65af6f8f248031805632a55934f67 (diff)
downloadframeworks_av-123c013b14313f7824c0787e3b034af7913f4283.zip
frameworks_av-123c013b14313f7824c0787e3b034af7913f4283.tar.gz
frameworks_av-123c013b14313f7824c0787e3b034af7913f4283.tar.bz2
am 7bc20ac5: am cc3411e3: am 0bf31aeb: am 9359e822: am 8a34499a: am c23e3dd8: Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
* commit '7bc20ac542e65af6f8f248031805632a55934f67': Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4
Diffstat (limited to 'media/libstagefright/codecs/m4v_h263')
-rw-r--r--media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp3
-rw-r--r--media/libstagefright/codecs/m4v_h263/enc/src/mp4enc_api.cpp2
2 files changed, 5 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"
diff --git a/media/libstagefright/codecs/m4v_h263/enc/src/mp4enc_api.cpp b/media/libstagefright/codecs/m4v_h263/enc/src/mp4enc_api.cpp
index da27377..d2a930c 100644
--- a/media/libstagefright/codecs/m4v_h263/enc/src/mp4enc_api.cpp
+++ b/media/libstagefright/codecs/m4v_h263/enc/src/mp4enc_api.cpp
@@ -16,6 +16,8 @@
* -------------------------------------------------------------------
*/
+#include <stdint.h>
+
#include "mp4enc_lib.h"
#include "bitstream_io.h"
#include "rate_control.h"