projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9570a
)
shorten: Remove stray DEBUG #define and corresponding av_dlog statement.
author
Diego Biurrun
<diego@biurrun.de>
Tue, 7 Jun 2011 08:52:30 +0000
(10:52 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Tue, 7 Jun 2011 13:18:43 +0000
(15:18 +0200)
libavcodec/shorten.c
patch
|
blob
|
history
diff --git
a/libavcodec/shorten.c
b/libavcodec/shorten.c
index
86e981f
..
a6e0075
100644
(file)
--- 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;
}