Commit 0b50dfb2 authored by michaelni's avatar michaelni

svq3 b frame slices fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2065 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 52f835cd
......@@ -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]=
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment