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

Unified Diff: libavcodec/mpegaudiodec.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/mpegaudiodec.c
diff --git a/libavcodec/mpegaudiodec.c b/libavcodec/mpegaudiodec.c
index 19d6f0d5eb7fcfde5a3dea5483209847e9ed1100..e021988a0580bf502beda2556c0bd7c2b941cd24 100644
--- a/libavcodec/mpegaudiodec.c
+++ b/libavcodec/mpegaudiodec.c
@@ -24,8 +24,6 @@
* MPEG Audio decoder
*/
-#define UNCHECKED_BITSTREAM_READER 1
-
#include "libavutil/audioconvert.h"
#include "avcodec.h"
#include "get_bits.h"
« configure ('K') | « libavcodec/mpeg4videodec.c ('k') | libavcodec/wmavoice.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698