]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/error_resilience.c
More okayed chunks of AAC encoder
[ffmpeg] / libavcodec / error_resilience.c
index e51390536a9118038e2e86a5797b6438146e6889..59254a4146fb34bd7dd7c87b2b367d627d01e3db 100644 (file)
@@ -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