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
9c852bcf
Commit
9c852bcf
authored
May 28, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: spelling typo fixes
Originally committed as revision 13489 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
884d5385
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
h263.c
libavcodec/h263.c
+1
-1
h264.c
libavcodec/h264.c
+1
-1
No files found.
libavcodec/h263.c
View file @
9c852bcf
...
...
@@ -5728,7 +5728,7 @@ static int decode_vol_header(MpegEncContext *s, GetBitContext *gb){
/**
* decodes the user data stuff in the header.
*
allso inits divx/xvid/lavc_version/build
*
Also initializes divx/xvid/lavc_version/build.
*/
static
int
decode_user_data
(
MpegEncContext
*
s
,
GetBitContext
*
gb
){
char
buf
[
256
];
...
...
libavcodec/h264.c
View file @
9c852bcf
...
...
@@ -3851,7 +3851,7 @@ static void clone_slice(H264Context *dst, H264Context *src)
/**
* decodes a slice header.
*
this will allso call MPV_common_init() and frame_start() as needed
*
This will also call MPV_common_init() and frame_start() as needed.
*
* @param h h264context
* @param h0 h264 master context (differs from 'h' when doing sliced based parallel decoding)
...
...
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