[FFmpeg-devel] Translating 1080i HD, from h264 to mpeg2-hd is buggy.

Carl Eugen Hoyos cehoyos
Sat Oct 3 21:42:49 CEST 2009


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > -    if (pc && pc->pict_type == FF_B_TYPE)
> > +    if (st->codec->codec_id != CODEC_ID_H264 && pc && pc->pict_type ==
FF_B_TYPE)
> >          st->codec->has_b_frames = 1;
> > 
> >      /* do we have a video B-frame ? */
> 
> patch ok

Patch applied.

> adding a //FIXME this should reset low_delay
> would also be better than nothing

Done.

Carl Eugen




More information about the ffmpeg-devel mailing list