OSDN Git Service

lavf: update documentation of AVOutputFormat.flags
authorAnssi Hannula <anssi.hannula@iki.fi>
Mon, 14 Feb 2011 17:14:53 +0000 (19:14 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 24 Feb 2011 19:00:23 +0000 (20:00 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/avformat.h

index 843bd08..0c28007 100644 (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;
     /**