mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-26 17:32:06 +00:00
Fix 1 pass RC in snow.
Fixes issue547. Originally committed as revision 20706 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c5d6cd5c81
commit
c267bb038e
@ -4451,6 +4451,8 @@ static int encode_frame(AVCodecContext *avctx, unsigned char *buf, int buf_size,
|
|||||||
frame_start(s);
|
frame_start(s);
|
||||||
|
|
||||||
s->m.current_picture_ptr= &s->m.current_picture;
|
s->m.current_picture_ptr= &s->m.current_picture;
|
||||||
|
s->m.last_picture.pts= s->m.current_picture.pts;
|
||||||
|
s->m.current_picture.pts= pict->pts;
|
||||||
if(pict->pict_type == FF_P_TYPE){
|
if(pict->pict_type == FF_P_TYPE){
|
||||||
int block_width = (width +15)>>4;
|
int block_width = (width +15)>>4;
|
||||||
int block_height= (height+15)>>4;
|
int block_height= (height+15)>>4;
|
||||||
|
Loading…
Reference in New Issue
Block a user