From: Laurent Aimar Date: Thu, 16 Apr 2009 17:22:40 +0000 (+0200) Subject: Used mpg extension for PS in record. X-Git-Tag: 1.0.0-pre2~13 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b88b137f2a409a6c5b1ae808b39eb352a01a1124;p=vlc Used mpg extension for PS in record. --- diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c index 3a6026b65f..ed5b2f3fab 100644 --- a/modules/stream_out/record.c +++ b/modules/stream_out/record.c @@ -287,7 +287,7 @@ static const muxer_properties_t p_muxers[] = { M( "mp4", "mp4", INT_MAX, VLC_FOURCC('m','p','4','a'), VLC_FOURCC('h','2','6','4'), VLC_FOURCC('m','p','4','v'), VLC_FOURCC('s','u','b','t') ), - M( "ps", "ps", 16/* FIXME*/,VLC_FOURCC('m','p','g','v'), VLC_FOURCC('m','p','1','v'), VLC_FOURCC('m','p','2','v'), + M( "ps", "mpg", 16/* FIXME*/,VLC_FOURCC('m','p','g','v'), VLC_FOURCC('m','p','1','v'), VLC_FOURCC('m','p','2','v'), VLC_FOURCC('m','p','g','a'), VLC_FOURCC('l','p','c','m'), VLC_FOURCC('a','5','2',' '), VLC_FOURCC('d','t','s',' '), VLC_FOURCC('s','p','u',' ') ), @@ -392,7 +392,7 @@ static void OutputStart( sout_stream_t *p_stream ) { static const char *ppsz_muxers[][2] = { { "avi", "avi" }, { "mp4", "mp4" }, { "ogg", "ogg" }, - { "asf", "asf" }, { "ts", "ts" }, { "ps", "ps" }, + { "asf", "asf" }, { "ts", "ts" }, { "ps", "mpg" }, #if 0 // XXX ffmpeg sefault really easily if you try an unsupported codec // mov and avi at least segfault