Commit b9478cfe authored by Diego Biurrun's avatar Diego Biurrun

shorten: Remove stray DEBUG #define and corresponding av_dlog statement.

parent 2d9570a3
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
* *
*/ */
#define DEBUG
#include <limits.h> #include <limits.h>
#include "avcodec.h" #include "avcodec.h"
#include "get_bits.h" #include "get_bits.h"
...@@ -304,7 +303,6 @@ static int shorten_decode_frame(AVCodecContext *avctx, ...@@ -304,7 +303,6 @@ static int shorten_decode_frame(AVCodecContext *avctx,
s->bitstream_size= buf_size; s->bitstream_size= buf_size;
if(buf_size < s->max_framesize){ if(buf_size < s->max_framesize){
//av_dlog(avctx, "wanna more data ... %d\n", buf_size);
*data_size = 0; *data_size = 0;
return input_buf_size; return input_buf_size;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment