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
14600807
Commit
14600807
authored
Sep 23, 2009
by
Carl Eugen Hoyos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics: Fix typo.
Originally committed as revision 19980 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7bf3d0c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
h264.c
libavcodec/h264.c
+1
-1
No files found.
libavcodec/h264.c
View file @
14600807
...
...
@@ -7088,7 +7088,7 @@ static inline int decode_vui_parameters(H264Context *h, SPS *sps){
sps
->
num_units_in_tick
=
get_bits_long
(
&
s
->
gb
,
32
);
sps
->
time_scale
=
get_bits_long
(
&
s
->
gb
,
32
);
if
(
sps
->
num_units_in_tick
-
1
>
0x7FFFFFFEU
||
sps
->
time_scale
-
1
>
0x7FFFFFFEU
){
av_log
(
h
->
s
.
avctx
,
AV_LOG_ERROR
,
"time_scale/num_units_in_tick in
av
lid or unsupported (%d/%d)
\n
"
,
sps
->
time_scale
,
sps
->
num_units_in_tick
);
av_log
(
h
->
s
.
avctx
,
AV_LOG_ERROR
,
"time_scale/num_units_in_tick in
va
lid or unsupported (%d/%d)
\n
"
,
sps
->
time_scale
,
sps
->
num_units_in_tick
);
return
-
1
;
}
sps
->
fixed_frame_rate_flag
=
get_bits1
(
&
s
->
gb
);
...
...
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