summaryrefslogtreecommitdiff
path: root/libavcodec/h264_mvpred.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-08-20 14:25:33 +0200
committerDiego Biurrun <diego@biurrun.de>2013-08-20 19:59:50 +0200
commit2a61592573d725956a4377641344afe263382648 (patch)
tree73d9b5bc84f7d5a95bbf4b43999a20722a1cbafe /libavcodec/h264_mvpred.h
parent6c786765cd5eb794dedd4a0970dfe689b16dfeeb (diff)
avcodec: Remove some commented-out debug cruft
Diffstat (limited to 'libavcodec/h264_mvpred.h')
-rw-r--r--libavcodec/h264_mvpred.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h264_mvpred.h b/libavcodec/h264_mvpred.h
index 586772fa2e..a7545f001f 100644
--- a/libavcodec/h264_mvpred.h
+++ b/libavcodec/h264_mvpred.h
@@ -32,7 +32,6 @@
#include "avcodec.h"
#include "h264.h"
-//#undef NDEBUG
#include <assert.h>
static av_always_inline int fetch_diagonal_mv(H264Context *h, const int16_t **C,