Module: ffmpeg Branch: master Commit: 89e568feeca69b1e4b975d0b26aeafbe72fd5418
Author: Anssi Hannula <[email protected]> Committer: Ronald S. Bultje <[email protected]> Date: Mon Feb 14 19:14:53 2011 +0200 lavf: update documentation of AVOutputFormat.flags Signed-off-by: Ronald S. Bultje <[email protected]> --- libavformat/avformat.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 5c799dc..ce50053 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -297,7 +297,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; /** _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
