Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
7245a0ae
Commit
7245a0ae
authored
Feb 28, 2014
by
Vittorio Giovara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mpegvideo: remove h264-only fields
parent
be039278
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
mpegvideo.h
libavcodec/mpegvideo.h
+0
-11
No files found.
libavcodec/mpegvideo.h
View file @
7245a0ae
...
...
@@ -124,16 +124,6 @@ typedef struct Picture{
*/
void
*
hwaccel_picture_private
;
int
field_poc
[
2
];
///< h264 top/bottom POC
int
poc
;
///< h264 frame POC
int
frame_num
;
///< h264 frame_num (raw frame_num from slice header)
int
mmco_reset
;
///< h264 MMCO_RESET set this 1. Reordering code must not mix pictures before and after MMCO_RESET.
int
pic_id
;
/**< h264 pic_num (short -> no wrap version of pic_num,
pic_num & max_pic_num; long -> long_pic_num) */
int
long_ref
;
///< 1->long term reference 0->short term reference
int
ref_poc
[
2
][
2
][
32
];
///< h264 POCs of the frames used as reference (FIXME need per slice)
int
ref_count
[
2
][
2
];
///< number of entries in ref_poc (FIXME need per slice)
int
mbaff
;
///< h264 1 -> MBAFF frame 0-> not MBAFF
int
field_picture
;
///< whether or not the picture was encoded in separate fields
int
mb_var_sum
;
///< sum of MB variance for current frame
...
...
@@ -144,7 +134,6 @@ typedef struct Picture{
int
reference
;
int
shared
;
int
recovered
;
///< Picture at IDR or recovery point + recovery count
}
Picture
;
/**
...
...
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