]> git.sesse.net Git - vlc/commitdiff
* lengh -> length
authorDerk-Jan Hartman <hartman@videolan.org>
Wed, 7 Sep 2005 14:05:44 +0000 (14:05 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Wed, 7 Sep 2005 14:05:44 +0000 (14:05 +0000)
modules/demux/mp4/libmp4.c

index a2bf82de94c113398b4acd2f0489559a04e3af21..7c9f6a3147c77cf0f3e585decd86219cf92b6961 100644 (file)
@@ -1003,7 +1003,7 @@ static int MP4_ReadBox_avcC( stream_t *p_stream, MP4_Box_t *p_box )
     }
 #ifdef MP4_VERBOSE
     msg_Dbg( p_stream,
-             "read box: \"avcC\" version=%d profile=0x%x level=0x%x lengh size=%d sps=%d pps=%d",
+             "read box: \"avcC\" version=%d profile=0x%x level=0x%x length size=%d sps=%d pps=%d",
              p_avcC->i_version, p_avcC->i_profile, p_avcC->i_level,
              p_avcC->i_length_size,
              p_avcC->i_sps, p_avcC->i_pps );