Hi, On Sat, Feb 11, 2012 at 3:52 PM, Diego Biurrun <[email protected]> wrote: > On Sat, Feb 11, 2012 at 11:54:52PM +0100, Anton Khirnov wrote: >> >> On Sat, 11 Feb 2012 14:25:17 -0800, "Ronald S. Bultje" <[email protected]> >> wrote: >> > >> > On Sat, Feb 11, 2012 at 12:25 PM, Anton Khirnov <[email protected]> wrote: >> > > --- >> > > libavcodec/dnxhdenc.c | 19 ++++++++++++------- >> > > 1 files changed, 12 insertions(+), 7 deletions(-) >> > [..] >> > > + pkt->flags |= AV_PKT_FLAG_KEY; >> > >> > I vaguely recall that we had some code in libavformat/utils.c that set >> > this flag for each keyframe-only codec, and we had a utility flag or >> > function that knows which codecs are kf-only. We could use that here >> > also, so that the flag doesn't have to be set manually by >> > keyframe-only codecs. >> >> I also vaguelly recall a discussion about having a codec cap for >> intra-only codecs. Did that go anywhere? > > Benjamin made a patch, but it breaks FATE, so we're all waiting for > him to finish it...
That reminds me of Anton's recent CLJR breakage (which actually fixed keyframe flag writing for CLJR in AVI files). Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
