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

Unified Diff: libavcodec/h264_parser.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/h264_parser.c
diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c
index c9dea81a4913870d07a4feaf62f420cba1c07c80..57a8b6bad05f28e7195da48d09124fcc20df2956 100644
--- a/libavcodec/h264_parser.c
+++ b/libavcodec/h264_parser.c
@@ -25,8 +25,6 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
-#define UNCHECKED_BITSTREAM_READER 1
-
#include "parser.h"
#include "h264data.h"
#include "golomb.h"
« configure ('K') | « libavcodec/h264_cavlc.c ('k') | libavcodec/ituh263dec.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698