]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/msmpeg4dec.c
Merge commit 'b23613268c6b56a8f9de7859562d82b4b88353d9'
[ffmpeg] / libavcodec / msmpeg4dec.c
index aaadd9c0735fef4cc0b6df4bf91923078a493a84..35aa15cf68a0f7fea1bba7b55aaa0e698ba88f99 100644 (file)
@@ -70,7 +70,7 @@ static VLC v2_mb_type_vlc;
 static VLC v2_mv_vlc;
 VLC ff_inter_intra_vlc;
 
-/* This is identical to h263 except that its range is multiplied by 2. */
+/* This is identical to H.263 except that its range is multiplied by 2. */
 static int msmpeg4v2_decode_motion(MpegEncContext * s, int pred, int f_code)
 {
     int code, val, sign, shift;
@@ -572,7 +572,7 @@ int ff_msmpeg4_decode_ext_header(MpegEncContext * s, int buf_size)
     }
     else
     {
-        av_log(s->avctx, AV_LOG_ERROR, "I frame too long, ignoring ext header\n");
+        av_log(s->avctx, AV_LOG_ERROR, "I-frame too long, ignoring ext header\n");
     }
 
     return 0;