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
c6325e50
Commit
c6325e50
authored
Aug 12, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libavcodec/mpegvideo.h: Fix duplicate words
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
1e6816dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mpegvideo.h
libavcodec/mpegvideo.h
+1
-1
No files found.
libavcodec/mpegvideo.h
View file @
c6325e50
...
@@ -358,7 +358,7 @@ typedef struct MpegEncContext {
...
@@ -358,7 +358,7 @@ typedef struct MpegEncContext {
uint8_t
*
coded_block_base
;
uint8_t
*
coded_block_base
;
uint8_t
*
coded_block
;
///< used for coded block pattern prediction (msmpeg4v3, wmv1)
uint8_t
*
coded_block
;
///< used for coded block pattern prediction (msmpeg4v3, wmv1)
int16_t
(
*
ac_val_base
)[
16
];
int16_t
(
*
ac_val_base
)[
16
];
int16_t
(
*
ac_val
[
3
])[
16
];
///< used for
for
mpeg4 AC prediction, all 3 arrays must be continuous
int16_t
(
*
ac_val
[
3
])[
16
];
///< used for mpeg4 AC prediction, all 3 arrays must be continuous
int
mb_skipped
;
///< MUST BE SET only during DECODING
int
mb_skipped
;
///< MUST BE SET only during DECODING
uint8_t
*
mbskip_table
;
/**< used to avoid copy if macroblock skipped (for black regions for example)
uint8_t
*
mbskip_table
;
/**< used to avoid copy if macroblock skipped (for black regions for example)
and used for b-frame encoding & decoding (contains skip table of next P Frame) */
and used for b-frame encoding & decoding (contains skip table of next P Frame) */
...
...
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