summaryrefslogtreecommitdiff
path: root/libavcodec/shorten.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-06-07 10:52:30 +0200
committerDiego Biurrun <diego@biurrun.de>2011-06-07 15:18:43 +0200
commitb9478cfefb408ae1d476555b46893005e2d3bf4c (patch)
tree0da2e5666dc4f5a9c0be2519b53b8fba9a1e0cd1 /libavcodec/shorten.c
parent2d9570a304054c009b7f3fee60fff1299f25c7f5 (diff)
shorten: Remove stray DEBUG #define and corresponding av_dlog statement.
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r--libavcodec/shorten.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c
index 86e981f417..a6e00750e9 100644
--- a/libavcodec/shorten.c
+++ b/libavcodec/shorten.c
@@ -26,7 +26,6 @@
*
*/
-#define DEBUG
#include <limits.h>
#include "avcodec.h"
#include "get_bits.h"
@@ -304,7 +303,6 @@ static int shorten_decode_frame(AVCodecContext *avctx,
s->bitstream_size= buf_size;
if(buf_size < s->max_framesize){
- //av_dlog(avctx, "wanna more data ... %d\n", buf_size);
*data_size = 0;
return input_buf_size;
}