Browse Source

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

tags/n0.8
Diego Biurrun 14 years ago
parent
commit
b9478cfefb
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/shorten.c

+ 0
- 2
libavcodec/shorten.c View File

@@ -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,
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;
} }


Loading…
Cancel
Save