projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f666276
)
vorbisdec: remove unneeded buf_size==0 check
author
Justin Ruggles
<justin.ruggles@gmail.com>
Sun, 30 Oct 2011 22:40:21 +0000
(18:40 -0400)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 10 Nov 2011 15:25:46 +0000
(10:25 -0500)
libavcodec/vorbisdec.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/vorbisdec.c
b/libavcodec/vorbisdec.c
index
8c6f91e
..
e79feb9
100644
(file)
--- a/
libavcodec/vorbisdec.c
+++ b/
libavcodec/vorbisdec.c
@@
-1622,9
+1622,6
@@
static int vorbis_decode_frame(AVCodecContext *avccontext,
const float *channel_ptrs[255];
int i, len, out_size;
- if (!buf_size)
- return 0;
-
av_dlog(NULL, "packet length %d \n", buf_size);
init_get_bits(gb, buf, buf_size*8);