summaryrefslogtreecommitdiff
path: root/libavcodec/dnxhdenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-05-15 15:16:12 +0200
committerDiego Biurrun <diego@biurrun.de>2013-05-16 00:23:30 +0200
commit2832ea26f3f792ba0d0b7682a6f33fd05dea3850 (patch)
tree9c414d2bfc3455785af3bb8e2777791e0eaa072c /libavcodec/dnxhdenc.c
parentff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff)
Remove commented-out debug #define cruft
Diffstat (limited to 'libavcodec/dnxhdenc.c')
-rw-r--r--libavcodec/dnxhdenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.c b/libavcodec/dnxhdenc.c
index 920fa456e9..c834ec3515 100644
--- a/libavcodec/dnxhdenc.c
+++ b/libavcodec/dnxhdenc.c
@@ -23,7 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-//#define DEBUG
#define RC_VARIANCE 1 // use variance or ssd for fast rc
#include "libavutil/attributes.h"