diff options
author | Paul Curtis <pfc@terrapin.com> | 2004-10-03 18:21:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-10-03 18:21:45 +0000 |
commit | 78a0efb4fce5deb82050acaf51088747662fbfe0 (patch) | |
tree | d4933d3ea95b4368d60af72101fe2fe84b807641 /ffmpeg.c | |
parent | f20ad5534a092109ed7d6c644ce74d7f50611fdb (diff) | |
download | ffmpeg-streaming-78a0efb4fce5deb82050acaf51088747662fbfe0.zip ffmpeg-streaming-78a0efb4fce5deb82050acaf51088747662fbfe0.tar.gz |
AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>)
Originally committed as revision 3557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3672,7 +3672,7 @@ static void opt_target(const char *arg) opt_video_codec("mpeg2video"); opt_audio_codec("ac3"); - opt_format("vob"); + opt_format("dvd"); opt_frame_size(norm ? "720x480" : "720x576"); opt_gop_size(norm ? "18" : "15"); |