Re: [FFmpeg-devel] [PATCH 4/6] lavf: add const/static const to pix_fmts arrays.

2014-08-30 Thread Michael Niedermayer
On Sat, Aug 30, 2014 at 04:43:42PM +0200, Reimar Döffinger wrote: > Signed-off-by: Reimar Döffinger > --- > libavfilter/vf_blackdetect.c| 2 +- > libavfilter/vf_lenscorrection.c | 2 +- > libavfilter/vf_signalstats.c| 2 +- > libavfilter/vf_tinterlace.c | 2 +- > 4 files changed, 4 in

Re: [FFmpeg-devel] [PATCH 4/6] lavf: add const/static const to pix_fmts arrays.

2014-08-30 Thread Reimar Döffinger
On Sat, Aug 30, 2014 at 08:07:29AM -0700, Timothy Gu wrote: > On Aug 30, 2014 7:44 AM, "Reimar Döffinger" > wrote: > > It's lavfi, not lavf. Fixed locally. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-

Re: [FFmpeg-devel] [PATCH 4/6] lavf: add const/static const to pix_fmts arrays.

2014-08-30 Thread Timothy Gu
On Aug 30, 2014 7:44 AM, "Reimar Döffinger" wrote: It's lavfi, not lavf. Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 4/6] lavf: add const/static const to pix_fmts arrays.

2014-08-30 Thread Reimar Döffinger
Signed-off-by: Reimar Döffinger --- libavfilter/vf_blackdetect.c| 2 +- libavfilter/vf_lenscorrection.c | 2 +- libavfilter/vf_signalstats.c| 2 +- libavfilter/vf_tinterlace.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/vf_blackdetect.c b/libavfi