mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-16 04:15:05 +00:00
svq3 b frame slices fix
Originally committed as revision 2065 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7a06ff148d
commit
42928ccbc2
@ -2730,7 +2730,7 @@ void ff_draw_horiz_band(MpegEncContext *s, int y, int h){
|
||||
int offset[4];
|
||||
h= FFMIN(h, s->height - y);
|
||||
|
||||
if(s->pict_type==B_TYPE && s->picture_structure == PICT_FRAME){
|
||||
if(s->pict_type==B_TYPE && s->picture_structure == PICT_FRAME && s->out_format != FMT_H264){
|
||||
offset[0]=
|
||||
offset[1]=
|
||||
offset[2]=
|
||||
|
Loading…
Reference in New Issue
Block a user