mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit '7b9780e7bf9d86e3e4e9606a971bb2d0d718bac2'
* commit '7b9780e7bf9d86e3e4e9606a971bb2d0d718bac2': mpeg12dec: Remove unused swap_uv member from Mpeg1Context Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
1ac4797d19
@ -46,7 +46,6 @@ typedef struct Mpeg1Context {
|
||||
int repeat_field; /* true if we must repeat the field */
|
||||
AVPanScan pan_scan; /**< some temporary storage for the panscan */
|
||||
int slice_count;
|
||||
int swap_uv;//indicate VCR2
|
||||
int save_aspect_info;
|
||||
int save_width, save_height, save_progressive_seq;
|
||||
AVRational frame_rate_ext; ///< MPEG-2 specific framerate modificator
|
||||
|
Loading…
Reference in New Issue
Block a user