git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40bb950
)
avcodec/vcr1: return the actual number of consumed bytes
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 3 Sep 2013 13:44:37 +0000
(15:44 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 3 Sep 2013 13:44:37 +0000
(15:44 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/vcr1.c
patch
|
blob
|
history
diff --git
a/libavcodec/vcr1.c
b/libavcodec/vcr1.c
index
675ada8
..
d6b617a
100644
(file)
--- a/
libavcodec/vcr1.c
+++ b/
libavcodec/vcr1.c
@@
-123,7
+123,7
@@
static int vcr1_decode_frame(AVCodecContext *avctx, void *data,
*got_frame = 1;
- return b
uf_size
;
+ return b
ytestream - avpkt->data
;
}
AVCodec ff_vcr1_decoder = {