Re: [FFmpeg-devel] [PATCH] ffmpeg: add sdp_file option

2014-12-27 Thread Michael Niedermayer
On Thu, Dec 25, 2014 at 10:56:06PM +0100, Simon Thelen wrote: > Allow printing of sdp information to a file specified by -sdp_file > This allows users to print sdp information when at least one of the > outputs isn't an rtp stream. > > Signed-off-by: Simon Thelen > --- > ffmpeg.c | 30 ++

[FFmpeg-devel] [PATCH] ffmpeg: add sdp_file option

2014-12-25 Thread Simon Thelen
Allow printing of sdp information to a file specified by -sdp_file This allows users to print sdp information when at least one of the outputs isn't an rtp stream. Signed-off-by: Simon Thelen --- ffmpeg.c | 30 -- ffmpeg.h | 1 + ffmpeg_opt.c | 10 ++