From 04932b0d97f4c87966c74d5989b12f0c8eb1ace3 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 22 Mar 2008 16:46:36 +0000 Subject: cosmetics: typo fixes Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/error_resilience.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/error_resilience.c') diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index e51390536a..59254a4146 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -561,7 +561,7 @@ static int is_intra_more_likely(MpegEncContext *s){ undamaged_count++; } - if(undamaged_count < 5) return 0; //allmost all MBs damaged -> use temporal prediction + if(undamaged_count < 5) return 0; //almost all MBs damaged -> use temporal prediction #ifdef HAVE_XVMC //prevent dsp.sad() check, that requires access to the image -- cgit v1.2.3