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

Anssi Hannula anssi.hannula
Mon Feb 14 18:14:53 CET 2011


---

I noticed the doxy doesn't list all AVFMT_ flags that are valid and
used for muxers.

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

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 11a4541..cd563bd 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;
     /**
-- 
1.7.3




More information about the ffmpeg-devel mailing list