[FFmpeg-cvslog] lavf: update documentation of AVOutputFormat.flags

Anssi Hannula git
Fri Feb 25 00:57:12 CET 2011


ffmpeg | branch: master | Anssi Hannula <anssi.hannula at iki.fi> | Mon Feb 14 19:14:53 2011 +0200| [a1c4b65b9170d9e7fa8a5780d6294f0411526b41] | committer: Michael Niedermayer

lavf: update documentation of AVOutputFormat.flags

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1c4b65b9170d9e7fa8a5780d6294f0411526b41
---

 libavformat/avformat.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 843bd08..0c28007 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;
     /**




More information about the ffmpeg-cvslog mailing list