From b8fce1217c9e591ff36557c04f6c5881f9db3352 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 5 May 2013 18:41:12 +0200 Subject: demux: use demux_lavf instead of demux_mpg for DVD playback With the commit "demux_lavf: fix DEMUXER_CTRL_RESYNC", DVD playback seems to work nicely with demux_lavf, and maybe works even better than with demux_mpg. The old demuxer can be forced with: --demuxer=mpegps If no regressions surface, demux_mpg.c will be deleted later. --- demux/demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demux/demux.c') diff --git a/demux/demux.c b/demux/demux.c index eeaa92c266..305d414bfa 100644 --- a/demux/demux.c +++ b/demux/demux.c @@ -976,7 +976,7 @@ struct demuxer *demux_open_withparams(struct MPOpts *opts, // format, instead of reyling on libav to auto-detect the stream's format // correctly. switch (file_format) { - //case DEMUXER_TYPE_MPEG_PS: + case DEMUXER_TYPE_MPEG_PS: //case DEMUXER_TYPE_MPEG_TS: case DEMUXER_TYPE_Y4M: case DEMUXER_TYPE_NSV: -- cgit v1.2.3