Mercurial > libavcodec.hg
changeset 4525:5af00e83f439 libavcodec
Spelling fix
author | mbardiaux |
---|---|
date | Thu, 15 Feb 2007 12:57:20 +0000 |
parents | 722e3199c56e |
children | 30b8672a2357 |
files | mpegvideo.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.c Wed Feb 14 23:33:16 2007 +0000 +++ b/mpegvideo.c Thu Feb 15 12:57:20 2007 +0000 @@ -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); } }