1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-25 23:07:15 +02:00

lavf: update documentation of AVOutputFormat.flags

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Anssi Hannula 2011-02-14 19:14:53 +02:00 committed by Michael Niedermayer
parent 8311150620
commit a1c4b65b91

View File

@ -296,7 +296,9 @@ typedef struct AVOutputFormat {
int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
int (*write_trailer)(struct AVFormatContext *);
/**
* can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_GLOBALHEADER
* can use flags: AVFMT_NOFILE, AVFMT_NEEDNUMBER, AVFMT_RAWPICTURE,
* AVFMT_GLOBALHEADER, AVFMT_NOTIMESTAMPS, AVFMT_VARIABLE_FPS,
* AVFMT_NODIMENSIONS, AVFMT_NOSTREAMS
*/
int flags;
/**