]> git.sesse.net Git - vlc/commitdiff
* commit modules/mux/ogg.c: added SNOW fourcc.
authorGildas Bazin <gbazin@videolan.org>
Sun, 29 Aug 2004 01:25:29 +0000 (01:25 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 29 Aug 2004 01:25:29 +0000 (01:25 +0000)
modules/mux/ogg.c

index 44d0ff62d640ea8c2f5b1b96225bf75df95844d9..42fcefdb19e86a14fb6fb2dbddecdedef0bee9d5 100644 (file)
@@ -349,6 +349,7 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
         case VLC_FOURCC( 'W', 'M', 'V', '1' ):
         case VLC_FOURCC( 'W', 'M', 'V', '2' ):
         case VLC_FOURCC( 'W', 'M', 'V', '3' ):
+        case VLC_FOURCC( 'S', 'N', 'O', 'W' ):
             p_stream->p_oggds_header = malloc( sizeof(oggds_header_t) );
             memset( p_stream->p_oggds_header, 0, sizeof(oggds_header_t) );
             p_stream->p_oggds_header->i_packet_type = PACKET_TYPE_HEADER;