This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
vorbisdec: remove unneeded buf_size==0 check
tags/n0.9
Justin Ruggles
13 years ago
parent
f666276fa6
commit
e551a6f49a
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavcodec/vorbisdec.c
+ 0
- 3
libavcodec/vorbisdec.c
View File
@@ -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);
Write
Preview
Loading…
Cancel
Save