[FFmpeg-cvslog] ffmpeg: add note about why has_b_frame is copied and when it can be removed

Michael Niedermayer michael at niedermayer.cc
Tue Jun 3 15:32:58 CEST 2014


On Mon, Jun 02, 2014 at 09:08:10PM +0200, Reimar Döffinger wrote:
> On Sun, Jun 01, 2014 at 05:36:57PM +0200, Michael Niedermayer wrote:
> > -    ist->st->codec->has_b_frames = ist->dec_ctx->has_b_frames;
> > +    ist->st->codec->has_b_frames = ist->dec_ctx->has_b_frames; //FIXME remove this once all AVParsers set it correctly
> 
> If you are aware of specific ones that don't it would be
> useful to add the list here.
> Maybe it makes someone send patches :-)

ok, ive looked more into the issue and fixed the one case i found a
sample for, i suspect its not the only case though ...

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-cvslog/attachments/20140603/885109f6/attachment.asc>


More information about the ffmpeg-cvslog mailing list