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
40b4468f
Commit
40b4468f
authored
Jan 21, 2013
by
Matthieu Bouron
Committed by
Michael Niedermayer
Jan 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavc/dnxhddata: fix bitrates for cid 1251 and 1252 in cid table
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
495cb441
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dnxhddata.c
libavcodec/dnxhddata.c
+2
-2
No files found.
libavcodec/dnxhddata.c
View file @
40b4468f
...
...
@@ -1001,14 +1001,14 @@ const CIDEntry ff_dnxhd_cid_table[] = {
dnxhd_1251_ac_codes
,
dnxhd_1251_ac_bits
,
dnxhd_1251_ac_level
,
dnxhd_1251_ac_flags
,
dnxhd_1251_run_codes
,
dnxhd_1251_run_bits
,
dnxhd_1251_run
,
{
90
,
110
,
1
75
,
220
}
},
{
90
,
110
,
1
80
,
220
}
},
{
1252
,
1280
,
720
,
0
,
303104
,
303104
,
4
,
8
,
5
,
dnxhd_1252_luma_weight
,
dnxhd_1252_chroma_weight
,
dnxhd_1252_dc_codes
,
dnxhd_1252_dc_bits
,
dnxhd_1252_ac_codes
,
dnxhd_1252_ac_bits
,
dnxhd_1252_ac_level
,
dnxhd_1252_ac_flags
,
dnxhd_1251_run_codes
,
dnxhd_1251_run_bits
,
dnxhd_1251_run
,
{
60
,
75
,
1
15
,
145
}
},
{
60
,
75
,
1
20
,
145
}
},
{
1253
,
1920
,
1080
,
0
,
188416
,
188416
,
4
,
8
,
3
,
dnxhd_1237_luma_weight
,
dnxhd_1237_chroma_weight
,
dnxhd_1237_dc_codes
,
dnxhd_1237_dc_bits
,
...
...
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