summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/m4v_h263/dec
diff options
context:
space:
mode:
authorAbhishek Arya <aarya@google.com>2015-08-17 22:34:16 +0000
committerAbhishek Arya <aarya@google.com>2015-08-17 22:34:16 +0000
commit12bd1d2697f0d39f6c70f31d06f2f74c57e1d89f (patch)
tree4413ef2ffe6e19f0db0bf807666c5e60163c3965 /media/libstagefright/codecs/m4v_h263/dec
parentc23e3dd8af7397f023aae040c4a03dd14091cbed (diff)
downloadframeworks_av-12bd1d2697f0d39f6c70f31d06f2f74c57e1d89f.zip
frameworks_av-12bd1d2697f0d39f6c70f31d06f2f74c57e1d89f.tar.gz
frameworks_av-12bd1d2697f0d39f6c70f31d06f2f74c57e1d89f.tar.bz2
Revert "Fix compile after rI431aa2b7d30a942350ab6d105451c6b77e2f99d4"
This reverts commit c23e3dd8af7397f023aae040c4a03dd14091cbed. This speculative fix didn't fix the compile failure, do checking locally. Change-Id: I1598f7208c8232ca38c0fcad17f211598591594e
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, 0 insertions, 3 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 8c6622e..78f2556 100644
--- a/media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp
+++ b/media/libstagefright/codecs/m4v_h263/dec/src/pvdec_api.cpp
@@ -15,9 +15,6 @@
* and limitations under the License.
* -------------------------------------------------------------------
*/
-
-#include <stdint.h>
-
#include "mp4dec_lib.h"
#include "vlc_decode.h"
#include "bitstream.h"