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

Unified Diff: libavcodec/h264_cabac.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
« configure ('K') | « libavcodec/h264.c ('k') | libavcodec/h264_cavlc.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libavcodec/h264_cabac.c
diff --git a/libavcodec/h264_cabac.c b/libavcodec/h264_cabac.c
index cde569bc08e1bfa5bda84560029fc5c6166061c2..b0e94fb9346bd1930d89bff89206dc737e556178 100644
--- a/libavcodec/h264_cabac.c
+++ b/libavcodec/h264_cabac.c
@@ -26,7 +26,6 @@
*/
#define CABAC 1
-#define UNCHECKED_BITSTREAM_READER 1
#include "config.h"
#include "cabac.h"
« configure ('K') | « libavcodec/h264.c ('k') | libavcodec/h264_cavlc.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698