Commit 21a2ddb6 authored by bellard's avatar bellard

spelling fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2172 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1f338c07
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* avcodec API use example. * avcodec API use example.
* *
* Note that this library only handles codecs (mpeg, mpeg4, etc...), * Note that this library only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libav' for the * not file formats (avi, vob, etc...). See library 'libavformat' for the
* format handling * format handling
*/ */
......
...@@ -165,7 +165,7 @@ static int decode_slice(MpegEncContext *s){ ...@@ -165,7 +165,7 @@ static int decode_slice(MpegEncContext *s){
return -1; return -1;
} }
/* restore variables which where modified */ /* restore variables which were modified */
s->first_slice_line=1; s->first_slice_line=1;
s->mb_x= s->resync_mb_x; s->mb_x= s->resync_mb_x;
s->mb_y= s->resync_mb_y; s->mb_y= s->resync_mb_y;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment