[vlc-commits] commit: Fixed MPEG2 video decoding used in RTSP. (Laurent Aimar )

git at videolan.org git at videolan.org
Thu Jul 1 20:22:22 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Thu Jul  1 20:20:19 2010 +0200| [7d8a47a7db02135256610955da8b7e251e02fd57] | committer: Laurent Aimar 

Fixed MPEG2 video decoding used in RTSP.

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

 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 f7033f8..79ac789 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" ) ||



More information about the vlc-commits mailing list