[vlc-commits] commit: Fixed MPEG2 video decoding used in RTSP. (Laurent Aimar )
git at videolan.org
git at videolan.org
Thu Jul 1 20:48:17 CEST 2010
vlc/vlc-1.1 | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jul 1 20:20:19 2010 +0200| [11520bc263e9639b4ba2eaa818ca0d11c6a230d9] | committer: Jean-Baptiste Kempf
Fixed MPEG2 video decoding used in RTSP.
(cherry picked from commit 7d8a47a7db02135256610955da8b7e251e02fd57)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=11520bc263e9639b4ba2eaa818ca0d11c6a230d9
---
modules/demux/live555.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 2b2e4a6..69d9d95 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -913,6 +913,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" ) ||
More information about the vlc-commits
mailing list