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
9341e949
Commit
9341e949
authored
Apr 27, 2014
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix overriden typos
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
a5e20d9f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mpeg4videodec.c
libavcodec/mpeg4videodec.c
+1
-1
mpegvideo.c
libavcodec/mpegvideo.c
+1
-1
No files found.
libavcodec/mpeg4videodec.c
View file @
9341e949
...
...
@@ -1740,7 +1740,7 @@ static int decode_vol_header(Mpeg4DecContext *ctx, GetBitContext *gb)
}
}
else
{
/* is setting low delay flag only once the smartest thing to do?
* low delay detection won't be overriden. */
* low delay detection won't be overrid
d
en. */
if
(
s
->
picture_number
==
0
)
s
->
low_delay
=
0
;
}
...
...
libavcodec/mpegvideo.c
View file @
9341e949
...
...
@@ -1089,7 +1089,7 @@ static int init_context_frame(MpegEncContext *s)
mb_array_size
=
s
->
mb_height
*
s
->
mb_stride
;
mv_table_size
=
(
s
->
mb_height
+
2
)
*
s
->
mb_stride
+
1
;
/* set default edge pos, will be overriden
/* set default edge pos, will be overrid
d
en
* in decode_header if needed */
s
->
h_edge_pos
=
s
->
mb_width
*
16
;
s
->
v_edge_pos
=
s
->
mb_height
*
16
;
...
...
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