diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-05-15 15:16:12 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-05-16 00:23:30 +0200 |
commit | 2832ea26f3f792ba0d0b7682a6f33fd05dea3850 (patch) | |
tree | 9c414d2bfc3455785af3bb8e2777791e0eaa072c /libavcodec/dnxhddec.c | |
parent | ff4fc5ef12a37716c5c5d8928a2db92428e916ec (diff) | |
download | ffmpeg-2832ea26f3f792ba0d0b7682a6f33fd05dea3850.tar.gz |
Remove commented-out debug #define cruft
Diffstat (limited to 'libavcodec/dnxhddec.c')
-rw-r--r-- | libavcodec/dnxhddec.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/dnxhddec.c b/libavcodec/dnxhddec.c index ab6636cbc0..0a8bc59423 100644 --- a/libavcodec/dnxhddec.c +++ b/libavcodec/dnxhddec.c @@ -22,9 +22,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -//#define TRACE -//#define DEBUG - #include "libavutil/imgutils.h" #include "avcodec.h" #include "get_bits.h" |