diff options
author | Anssi Hannula <anssi.hannula@iki.fi> | 2011-02-14 19:14:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-02-24 20:00:23 +0100 |
commit | a1c4b65b9170d9e7fa8a5780d6294f0411526b41 (patch) | |
tree | 6c0c6b9aaa359a39f4c81648a92135442e2fb162 /libavformat | |
parent | 83111506201ef30bc65bbbf6780aaecfad608f7e (diff) | |
download | ffmpeg-a1c4b65b9170d9e7fa8a5780d6294f0411526b41.tar.gz |
lavf: update documentation of AVOutputFormat.flags
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 843bd08ee4..0c28007f7c 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -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; /** |