Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
d99ce8d7
Commit
d99ce8d7
authored
Aug 28, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling fix
Originally committed as revision 2172 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1a31840c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apiexample.c
libavcodec/apiexample.c
+1
-1
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