On Wed, Oct 12, 2011 at 3:24 PM, Alex Converse <[email protected]> wrote:
> ---
>  libavformat/movenc.c |   39 ++++++++++++++++++++++++++++-----------
>  libavformat/movenc.h |    3 +++
>  2 files changed, 31 insertions(+), 11 deletions(-)
>

Ping?

> diff --git a/libavformat/movenc.c b/libavformat/movenc.c
> index fb8749c..50f1a3e 100644
> --- a/libavformat/movenc.c
> +++ b/libavformat/movenc.c
> @@ -45,6 +45,9 @@ static const AVOption options[] = {
>     { "movflags", "MOV muxer flags", offsetof(MOVMuxContext, flags), 
> AV_OPT_TYPE_FLAGS, {.dbl = 0}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, 
> "movflags" },
>     { "rtphint", "Add RTP hint tracks", 0, AV_OPT_TYPE_CONST, {.dbl = 
> FF_MOV_FLAG_RTP_HINT}, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM, 
> "movflags" },
>     FF_RTP_FLAG_OPTS(MOVMuxContext, rtp_flags),
> +    { "skip_iods", "Skip writing iods atom.", offsetof(MOVMuxContext, 
> iods_skip), AV_OPT_TYPE_INT, {.dbl = 0}, 0, 1, AV_OPT_FLAG_ENCODING_PARAM},
> +    { "iods_audio_profile", "iods audio profile atom.", 
> offsetof(MOVMuxContext, iods_audio_profile), AV_OPT_TYPE_INT, {.dbl = -1}, 
> -1, 255, AV_OPT_FLAG_ENCODING_PARAM},
> +    { "iods_video_profile", "iods video profile atom.", 
> offsetof(MOVMuxContext, iods_video_profile), AV_OPT_TYPE_INT, {.dbl = -1}, 
> -1, 255, AV_OPT_FLAG_ENCODING_PARAM},
>     { NULL },
>  };
>

Also I don't really care for these option names? Does anyone have better ideas?
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to