mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
This commit is contained in:
@@ -3920,7 +3920,7 @@ typedef struct AVCodecParserContext {
|
||||
/*!
|
||||
* Set by parser to 1 for key frames and 0 for non-key frames.
|
||||
* It is initialized to -1, so if the parser doesn't set this flag,
|
||||
* old-style fallback using FF_I_TYPE picture type as key frames
|
||||
* old-style fallback using AV_PICTURE_TYPE_I picture type as key frames
|
||||
* will be used.
|
||||
*/
|
||||
int key_frame;
|
||||
|
||||
Reference in New Issue
Block a user