]> git.sesse.net Git - vlc/commitdiff
* mp4: fixed a small bug with subtitle.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 5 Jun 2004 19:45:56 +0000 (19:45 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 5 Jun 2004 19:45:56 +0000 (19:45 +0000)
modules/mux/mp4.c

index 904e2b640a01077ff8916a4a44ce695daf321d3d..2ce8ef6bd3e454db8f1cc1513a7719cd91374169 100644 (file)
@@ -1565,7 +1565,7 @@ static bo_t *GetMoovBox( sout_mux_t *p_mux )
             int i_width = p_stream->fmt.video.i_width;
             if( p_stream->fmt.video.i_aspect > 0 )
             {
-                i_width = tkhd, p_stream->fmt.video.i_aspect *
+                i_width = p_stream->fmt.video.i_aspect *
                           p_stream->fmt.video.i_height /
                           VOUT_ASPECT_FACTOR << 16;
             }