[vlc-devel] commit: Real: small fix (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jan 22 20:57:45 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 22 20:57:28 2010 +0100| [66b5e14a6acec69024dcf12899ac24bc946ad49d] | committer: Jean-Baptiste Kempf 

Real: small fix

Sorry, I forgot to push that part

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

 modules/demux/real.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/demux/real.c b/modules/demux/real.c
index 9ee1fde..c4ef0db 100644
--- a/modules/demux/real.c
+++ b/modules/demux/real.c
@@ -663,7 +663,7 @@ static void DemuxAudioMethod1( demux_t *p_demux, real_track_t *tk, mtime_t i_pts
     else
     {
         const int y = tk->i_subpacket / (tk->i_subpacket_h / 2);
-        assert( tk->fmt.i_codec == VLC_CODEC_288 );
+        assert( tk->fmt.i_codec == VLC_CODEC_RA_288 );
 
         for( int i = 0; i < tk->i_subpacket_h / 2; i++ )
         {




More information about the vlc-devel mailing list