diff options
author | Simon Thelen <ffmpeg-dev@c-14.de> | 2014-12-25 22:56:06 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-12-28 02:05:34 +0100 |
commit | cc63da1223da2ccd758d3aab815ad230d74f1a5d (patch) | |
tree | 80b0e72c05c3825723a777f606c49295dabb4b6d /ffmpeg.h | |
parent | c263102298ecb1cb8d307d881d2f45e0f6fc16d2 (diff) | |
download | ffmpeg-cc63da1223da2ccd758d3aab815ad230d74f1a5d.tar.gz |
ffmpeg: add sdp_file option
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-dev@c-14.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r-- | ffmpeg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -470,6 +470,7 @@ extern FilterGraph **filtergraphs; extern int nb_filtergraphs; extern char *vstats_filename; +extern char *sdp_filename; extern float audio_drift_threshold; extern float dts_delta_threshold; |