[vlc-devel] commit: Used mpg extension for PS in record. (Laurent Aimar )

git version control git at videolan.org
Thu Apr 16 22:02:23 CEST 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Apr 16 19:22:40 2009 +0200| [b88b137f2a409a6c5b1ae808b39eb352a01a1124] | committer: Laurent Aimar 

Used mpg extension for PS in record.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b88b137f2a409a6c5b1ae808b39eb352a01a1124
---

 modules/stream_out/record.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/stream_out/record.c b/modules/stream_out/record.c
index 3a6026b..ed5b2f3 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




More information about the vlc-devel mailing list