[FFmpeg-devel] [PATCH] lavf: update documentation of AVOutputFormat.flags
Anssi Hannula
anssi.hannula
Thu Feb 24 18:57:51 CET 2011
On 14.02.2011 19:14, Anssi Hannula wrote:
> ---
>
> I noticed the doxy doesn't list all AVFMT_ flags that are valid and
> used for muxers.
Ping.
> 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;
> /**
--
Anssi Hannula
More information about the ffmpeg-devel
mailing list