Re: [FFmpeg-devel] [PATCH]libx264: Disable global header for AVC-Intra encoding

2015-09-28 Thread Thomas Mundt
>AVCodecContext.flags is set by the user application not by the codec >see libavcodec/avcodec.h Okay, maybe a patch for x264 is even better. Regards, Thomas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ff

Re: [FFmpeg-devel] [PATCH]libx264: Disable global header for AVC-Intra encoding

2015-09-27 Thread Michael Niedermayer
On Sat, Sep 26, 2015 at 02:25:04PM +, Thomas Mundt wrote: > This will fix AVC-Intra encoding in .mov container. > Regards,Thomas > libx264.c |4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > 1d153d16cdb505ea33cab12979de3b0e50e3b459 libx264.diff > libavcodec/libx264.c | 4 +++-

Re: [FFmpeg-devel] [PATCH]libx264: Disable global header for AVC-Intra encoding

2015-09-26 Thread Kieran Kunhya
On 26 September 2015 at 15:25, Thomas Mundt wrote: > This will fix AVC-Intra encoding in .mov container. > Regards,Thomas ok, assuming fate passes. Kieran ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-de

[FFmpeg-devel] [PATCH]libx264: Disable global header for AVC-Intra encoding

2015-09-26 Thread Thomas Mundt
This will fix AVC-Intra encoding in .mov container. Regards,Thomas libx264.diff Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel