diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-12-12 21:21:24 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-01-11 13:48:30 +0100 |
commit | 5ea20630b4cc96a6538a6a11b08698debe3a303a (patch) | |
tree | 93e0937c6203247d2ddcf84be9188c82ae4e19b8 /libavcodec/error_resilience.c | |
parent | cf53a2127b4e5a34d1f839cea22bb0b3f0c55704 (diff) | |
download | ffmpeg-5ea20630b4cc96a6538a6a11b08698debe3a303a.tar.gz |
Fix a bunch of platform name and other typos.
Diffstat (limited to 'libavcodec/error_resilience.c')
-rw-r--r-- | libavcodec/error_resilience.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index 855ae770ad..6ffc4e9ede 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -50,7 +50,7 @@ static void decode_mb(MpegEncContext *s, int ref){ h->mb_xy= s->mb_x + s->mb_y*s->mb_stride; memset(h->non_zero_count_cache, 0, sizeof(h->non_zero_count_cache)); assert(ref>=0); - /* FIXME: It is posible albeit uncommon that slice references + /* FIXME: It is possible albeit uncommon that slice references * differ between slices. We take the easy approach and ignore * it for now. If this turns out to have any relevance in * practice then correct remapping should be added. */ |