mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat: update AVInputFormat allowed flags
This commit is contained in:
parent
0041cdba98
commit
050e20aee6
@ -406,7 +406,9 @@ typedef struct AVInputFormat {
|
||||
int64_t *pos, int64_t pos_limit);
|
||||
|
||||
/**
|
||||
* Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER.
|
||||
* Can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_SHOW_IDS,
|
||||
* AVFMT_GENERIC_INDEX, AVFMT_TS_DISCONT, AVFMT_NOBINSEARCH,
|
||||
* AVFMT_NOGENSEARCH.
|
||||
*/
|
||||
int flags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user