mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Revert "mpeg12: move closed_gop from MpegEncContext to Mpeg1Context"
This reverts commit 3fc0830432.
The revert is done because the reasoning behind the commit was
flawed, closed_gop is not mpeg1/2 specific.
Conflicts:
libavcodec/mpeg12.c
libavcodec/mpeg12.h
This commit is contained in:
@@ -42,7 +42,6 @@ typedef struct Mpeg1Context {
|
||||
AVRational frame_rate_ext; ///< MPEG-2 specific framerate modificator
|
||||
int sync; ///< Did we reach a sync point like a GOP/SEQ/KEYFrame?
|
||||
int full_pel[2];
|
||||
int closed_gop; ///< GOP is closed
|
||||
int tmpgexs;
|
||||
} Mpeg1Context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user