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
8fc7c993
Commit
8fc7c993
authored
Nov 28, 2003
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
10000l
Originally committed as revision 2538 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
d3985de7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mpegvideo.h
libavcodec/mpegvideo.h
+2
-1
No files found.
libavcodec/mpegvideo.h
View file @
8fc7c993
...
...
@@ -196,7 +196,7 @@ typedef struct Picture{
uint16_t
*
mb_var
;
///< Table for MB variances
uint16_t
*
mc_mb_var
;
///< Table for motion compensated MB variances
uint8_t
*
mb_mean
;
///< Table for MB luminance
int32_t
*
mb_cmp_score
;
///< Table for MB cmp scores, for mb decission
int32_t
*
mb_cmp_score
;
///< Table for MB cmp scores, for mb decission
FIXME remove
int
b_frame_score
;
/* */
}
Picture
;
...
...
@@ -524,6 +524,7 @@ typedef struct MpegEncContext {
int
umvplus
;
///< == H263+ && unrestricted_mv
int
h263_aic
;
///< Advanded INTRA Coding (AIC)
int
h263_aic_dir
;
///< AIC direction: 0 = left, 1 = top
int
obmc
;
///< overlapped block motion compensation
/* mpeg4 specific */
int
time_increment_resolution
;
...
...
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