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
947ac25a
Commit
947ac25a
authored
Sep 18, 2002
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10l (forgot to commit)
Originally committed as revision 953 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6a1f7e7b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
mpegvideo.h
libavcodec/mpegvideo.h
+2
-3
No files found.
libavcodec/mpegvideo.h
View file @
947ac25a
...
...
@@ -79,9 +79,7 @@ typedef struct RateControlContext{
double
pass1_bits
;
/* bits outputted by the pass1 code (including complexity init) */
double
pass1_wanted_bits
;
/* bits which should have been outputed by the pass1 code (including complexity init) */
double
last_qscale
;
double
last_qscale_for
[
5
];
/* last qscale for a specific pict type */
double
next_non_b_qscale
;
double
next_p_qscale
;
double
last_qscale_for
[
5
];
/* last qscale for a specific pict type, used for max_diff & ipb factor stuff */
int
last_mc_mb_var_sum
;
int
last_mb_var_sum
;
UINT64
i_cplx_sum
[
5
];
...
...
@@ -89,6 +87,7 @@ typedef struct RateControlContext{
UINT64
mv_bits_sum
[
5
];
UINT64
qscale_sum
[
5
];
int
frame_count
[
5
];
int
last_non_b_pict_type
;
}
RateControlContext
;
typedef
struct
ReorderBuffer
{
...
...
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