Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(381)

Unified Diff: libavcodec/mpeg12.c

Issue 9370003: Remove pthreads patch, roll in new patches, disable unchecked bit readers. (Closed) Base URL: ssh://gerrit.chromium.org:29418/chromium/third_party/ffmpeg.git@master
Patch Set: gyp fix. Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: libavcodec/mpeg12.c
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 1dae17ff94355aee102313e8e0510c7b73d875c9..8ba04ce2967aa14d69b1c42641cd08e7f5c7e0e7 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -25,8 +25,6 @@
* MPEG-1/2 decoder
*/
-#define UNCHECKED_BITSTREAM_READER 1
-
//#define DEBUG
#include "internal.h"
#include "avcodec.h"
« configure ('K') | « libavcodec/ituh263dec.c ('k') | libavcodec/mpeg4video_parser.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698