summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorPaul Curtis <pfc@terrapin.com>2004-10-03 18:21:45 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-03 18:21:45 +0000
commit78a0efb4fce5deb82050acaf51088747662fbfe0 (patch)
treed4933d3ea95b4368d60af72101fe2fe84b807641 /ffmpeg.c
parentf20ad5534a092109ed7d6c644ce74d7f50611fdb (diff)
downloadffmpeg-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 0467528..4cca20e 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -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");
OpenPOWER on IntegriCloud