[Ffmpeg-cvslog] r7988 - trunk/libavcodec/mpegvideo.c
mbardiaux
subversion
Thu Feb 15 13:57:21 CET 2007
Author: mbardiaux
Date: Thu Feb 15 13:57:20 2007
New Revision: 7988
Modified:
trunk/libavcodec/mpegvideo.c
Log:
Spelling fix
Modified: trunk/libavcodec/mpegvideo.c
==============================================================================
--- trunk/libavcodec/mpegvideo.c (original)
+++ trunk/libavcodec/mpegvideo.c Thu Feb 15 13:57:20 2007
@@ -182,7 +182,7 @@
}
}
if(shift){
- av_log(NULL, AV_LOG_INFO, "Warning, QMAT_SHIFT is larger then %d, overflows possible\n", QMAT_SHIFT - shift);
+ av_log(NULL, AV_LOG_INFO, "Warning, QMAT_SHIFT is larger than %d, overflows possible\n", QMAT_SHIFT - shift);
}
}
More information about the ffmpeg-cvslog
mailing list