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
avcodec/twinvq: return the actual number of consumed bytes
Fixes Ticket2980 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.1
Michael Niedermayer
11 years ago
parent
cbb7f56dfe
commit
2e7a1fdd6d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/twinvq.c
+ 1
- 1
libavcodec/twinvq.c
View File
@@ -512,7 +512,7 @@ int ff_twinvq_decode_frame(AVCodecContext *avctx, void *data,
*got_frame_ptr = 1;
return
avctx->block_align
;
return
ret
;
}
/**
Write
Preview
Loading…
Cancel
Save