Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
ffmpeg
Commits
d99ce8d7
Commit
d99ce8d7
authored
Aug 28, 2003
by
Fabrice Bellard
Browse files
spelling fix
Originally committed as revision 2172 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1a31840c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
libavcodec/apiexample.c
libavcodec/apiexample.c
+1
-1
libavcodec/h263dec.c
libavcodec/h263dec.c
+1
-1
No files found.
libavcodec/apiexample.c
View file @
d99ce8d7
...
...
@@ -3,7 +3,7 @@
* avcodec API use example.
*
* 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 'libav
format
' for the
* format handling
*/
...
...
libavcodec/h263dec.c
View file @
d99ce8d7
...
...
@@ -165,7 +165,7 @@ static int decode_slice(MpegEncContext *s){
return
-
1
;
}
/* restore variables which w
h
ere 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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment