Commit 89e568fe authored by Anssi Hannula's avatar Anssi Hannula Committed by Ronald S. Bultje

lavf: update documentation of AVOutputFormat.flags

Signed-off-by: 's avatarRonald S. Bultje <rsbultje@gmail.com>
parent 4e84f994
...@@ -297,7 +297,9 @@ typedef struct AVOutputFormat { ...@@ -297,7 +297,9 @@ typedef struct AVOutputFormat {
int (*write_packet)(struct AVFormatContext *, AVPacket *pkt); int (*write_packet)(struct AVFormatContext *, AVPacket *pkt);
int (*write_trailer)(struct AVFormatContext *); 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; int flags;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment