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
qcelpdec: fix the return value of qcelp_decode_frame().
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
tags/n0.9
Chris Rankin
Justin Ruggles
14 years ago
parent
1b5a189f06
commit
bde2570013
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/qcelpdec.c
+ 1
- 1
libavcodec/qcelpdec.c
View File
@@ -839,7 +839,7 @@ erasure:
*data_size = 160 * sizeof(*outbuffer);
return
*data
_size;
return
buf
_size;
}
AVCodec ff_qcelp_decoder =
Write
Preview
Loading…
Cancel
Save