From: Anssi Hannula Date: Mon, 14 Feb 2011 17:14:53 +0000 (+0200) Subject: lavf: update documentation of AVOutputFormat.flags X-Git-Tag: android-x86-4.4-r1~18320 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a1c4b65b9170d9e7fa8a5780d6294f0411526b41;p=android-x86%2Fexternal-ffmpeg.git lavf: update documentation of AVOutputFormat.flags Signed-off-by: Michael Niedermayer --- 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; /**