From 2832ea26f3f792ba0d0b7682a6f33fd05dea3850 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 15 May 2013 15:16:12 +0200 Subject: Remove commented-out debug #define cruft --- libavcodec/rv10.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/rv10.c') diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index e4003a3ffb..0d3b64865b 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -32,8 +32,6 @@ #include "mpeg4video.h" #include "h263.h" -//#define DEBUG - #define RV_GET_MAJOR_VER(x) ((x) >> 28) #define RV_GET_MINOR_VER(x) (((x) >> 20) & 0xFF) #define RV_GET_MICRO_VER(x) (((x) >> 12) & 0xFF) -- cgit v1.2.3