Re: [FFmpeg-devel] [PATCH] ffmpeg: check for unconnected outputs

2017-05-07 Thread James Almer
On 5/7/2017 3:02 PM, Marton Balint wrote: > > On Sat, 6 May 2017, James Almer wrote: > >> On 5/2/2017 8:06 PM, wm4 wrote: >>> Fixes e.g.: >>> >>> ffmpeg -f lavfi -i testsrc -f lavfi -i testsrc -filter_complex >>> "[0:v][1:v]psnr[out]" -f null none >> >> This should be backported to release/3.3 be

Re: [FFmpeg-devel] [PATCH] ffmpeg: check for unconnected outputs

2017-05-07 Thread Marton Balint
On Sat, 6 May 2017, James Almer wrote: On 5/2/2017 8:06 PM, wm4 wrote: Fixes e.g.: ffmpeg -f lavfi -i testsrc -f lavfi -i testsrc -filter_complex "[0:v][1:v]psnr[out]" -f null none This should be backported to release/3.3 before 3.3.1 is tagged. Done. Regards, Marton ___

Re: [FFmpeg-devel] [PATCH] ffmpeg: check for unconnected outputs

2017-05-06 Thread James Almer
On 5/2/2017 8:06 PM, wm4 wrote: > Fixes e.g.: > > ffmpeg -f lavfi -i testsrc -f lavfi -i testsrc -filter_complex > "[0:v][1:v]psnr[out]" -f null none This should be backported to release/3.3 before 3.3.1 is tagged. ___ ffmpeg-devel mailing list ffmpeg-

Re: [FFmpeg-devel] [PATCH] ffmpeg: check for unconnected outputs

2017-05-04 Thread Carl Eugen Hoyos
2017-05-03 1:06 GMT+02:00 wm4 : > Fixes e.g.: > > ffmpeg -f lavfi -i testsrc -f lavfi -i testsrc -filter_complex > "[0:v][1:v]psnr[out]" -f null none I believe you forgot to fix the commit message. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@

Re: [FFmpeg-devel] [PATCH] ffmpeg: check for unconnected outputs

2017-05-02 Thread Carl Eugen Hoyos
2017-05-03 1:06 GMT+02:00 wm4 : > Fixes e.g.: > > ffmpeg -f lavfi -i testsrc -f lavfi -i testsrc -filter_complex > "[0:v][1:v]psnr[out]" -f null none Please mention the ticket number in the commit message. Carl Eugen ___ ffmpeg-devel mailing list ffmpe

Re: [FFmpeg-devel] [PATCH] ffmpeg: check for unconnected outputs

2017-05-02 Thread Steven Liu
2017-05-03 7:06 GMT+08:00 wm4 : > Fixes e.g.: > > ffmpeg -f lavfi -i testsrc -f lavfi -i testsrc -filter_complex > "[0:v][1:v]psnr[out]" -f null none > --- > ffmpeg.h| 1 + > ffmpeg_filter.c | 15 +++ > ffmpeg_opt.c| 2 ++ > 3 files changed, 18 insertions(+) > > diff --g

[FFmpeg-devel] [PATCH] ffmpeg: check for unconnected outputs

2017-05-02 Thread wm4
Fixes e.g.: ffmpeg -f lavfi -i testsrc -f lavfi -i testsrc -filter_complex "[0:v][1:v]psnr[out]" -f null none --- ffmpeg.h| 1 + ffmpeg_filter.c | 15 +++ ffmpeg_opt.c| 2 ++ 3 files changed, 18 insertions(+) diff --git a/ffmpeg.h b/ffmpeg.h index 4d0456c1fb..d34561275