[Ffmpeg-devel] Re: [PATCH] PKT_FLAG_B
Aurelien Jacobs
aurel
Wed Aug 9 10:49:56 CEST 2006
On Wed, 09 Aug 2006 01:05:54 +0200
Baptiste Coudurier <baptiste.coudurier at smartjog.com> wrote:
> Hi
>
> Michael Niedermayer wrote:
> >> [...]
> >> Are you ok if I implement a very simple frame type detection in gxf
> >> muxer ? I think I need to detect closed gop also.
> >
> > no objections
> >
>
> OK, patch attached.
>
> Index: libavformat/gxfenc.c
> ===================================================================
> --- libavformat/gxfenc.c (revision 5961)
> +++ libavformat/gxfenc.c (working copy)
> @@ -20,6 +20,7 @@
> #include "avformat.h"
> #include "gxf.h"
> #include "riff.h"
> +#include "mpegvideo.h"
This doesn't look very nice.
AFAIR mpegvideo.h is not part of the public API of libavcodec so
IMO it shouldn't be used in libavformat...
Aurel
More information about the ffmpeg-devel
mailing list