From 7d8a47a7db02135256610955da8b7e251e02fd57 Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Thu, 1 Jul 2010 20:20:19 +0200 Subject: [PATCH] Fixed MPEG2 video decoding used in RTSP. --- modules/demux/live555.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index f7033f8572..79ac789846 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -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" ) || -- 2.39.2