Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-15 17:17:08 +0400
committerDiego Biurrun <diego@biurrun.de>2013-05-16 01:53:42 +0400
commit004b81c465d5bad63e72cdaa923429696e899caa (patch)
treeebe2a61d522cf81e16f5a82fb9c45165be043b15 /libavcodec/mpegvideo.c
parentd46c588f3cb1963a00e990ceaf4ba9ffa05a716d (diff)
mpegvideo: Remove commented-out PARANOID debug cruft
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r--libavcodec/mpegvideo.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 2ab32946fe..a52d04af83 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -59,10 +59,6 @@ static void dct_unquantize_h263_intra_c(MpegEncContext *s,
static void dct_unquantize_h263_inter_c(MpegEncContext *s,
int16_t *block, int n, int qscale);
-
-/* enable all paranoid tests for rounding, overflows, etc... */
-//#define PARANOID
-
//#define DEBUG