diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-02-14 19:14:53 +0200 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-03-07 14:34:32 -0500 |
commit | 89e568feeca69b1e4b975d0b26aeafbe72fd5418 (patch) | |
tree | a25eb4a73239bb745c09b0f7fc86b55b0357001f /libavformat | |
parent | 4e84f994d3c17f6786fbd4f6463a168fbaaaf477 (diff) | |
download | ffmpeg-89e568feeca69b1e4b975d0b26aeafbe72fd5418.tar.gz |
lavf: update documentation of AVOutputFormat.flags
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 5c799dc190..ce50053f49 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -297,7 +297,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; /** |