projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3158160
)
ffv1: support vlc mode in 1.3
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 24 Apr 2012 21:28:37 +0000
(23:28 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 24 Apr 2012 21:29:09 +0000
(23:29 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/ffv1.c
patch
|
blob
|
history
diff --git
a/libavcodec/ffv1.c
b/libavcodec/ffv1.c
index
2dc5bc2
..
8680e76
100644
(file)
--- a/
libavcodec/ffv1.c
+++ b/
libavcodec/ffv1.c
@@
-1292,7
+1292,7
@@
static int encode_frame(AVCodecContext *avctx, AVPacket *pkt,
}
if(i>0){
av_assert0(bytes < pkt->size/f->slice_count);
- memmove(buf_p, fs->
ac ? fs->c.bytestream_start : fs->pb.buf
, bytes);
+ memmove(buf_p, fs->
c.bytestream_start
, bytes);
av_assert0(bytes < (1<<24));
AV_WB24(buf_p+bytes, bytes);
bytes+=3;