summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-08-28 13:30:03 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-08-28 13:30:03 +0000
commitd99ce8d7dea2527274d1db363329aa6077559361 (patch)
tree18a131fa79f4d0b3657a6a550b3e1c5af03ccc0f /libavcodec/h263dec.c
parent1a31840ceaca001436de2640ca352389916fe531 (diff)
spelling fix
Originally committed as revision 2172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index fcbfe576d3..35bb0d6211 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -165,7 +165,7 @@ static int decode_slice(MpegEncContext *s){
return -1;
}
- /* restore variables which where modified */
+ /* restore variables which were modified */
s->first_slice_line=1;
s->mb_x= s->resync_mb_x;
s->mb_y= s->resync_mb_y;