]> git.sesse.net Git - vlc/commitdiff
Fixed MPEG2 video decoding used in RTSP.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 1 Jul 2010 18:20:19 +0000 (20:20 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 1 Jul 2010 18:21:18 +0000 (20:21 +0200)
modules/demux/live555.cpp

index f7033f8572fc52963dcc0c8e230db2c648f4ad03..79ac789846d8aeaa5881e45254930422b3dad346 100644 (file)
@@ -908,6 +908,7 @@ static int SessionsSetup( demux_t *p_demux )
                 if( !strcmp( sub->codecName(), "MPV" ) )
                 {
                     tk->fmt.i_codec = VLC_CODEC_MPGV;
+                    tk->fmt.b_packetized = false;
                 }
                 else if( !strcmp( sub->codecName(), "H263" ) ||
                          !strcmp( sub->codecName(), "H263-1998" ) ||