On 01/10/2012 03:17 AM, Anton Khirnov wrote:
> This option only applies to streamcopy, but is currently processed only
> when encoding.
> ---
> avconv.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/avconv.c b/avconv.c
> index e26b887..aff2cec 100644
> --- a/avconv.c
> +++ b/avconv.c
> @@ -3633,13 +3633,13 @@ static OutputStream *new_video_stream(OptionsContext
> *o, AVFormatContext *oc)
> ost->top_field_first = -1;
> MATCH_PER_STREAM_OPT(top_field_first, i, ost->top_field_first, oc,
> st);
>
> - MATCH_PER_STREAM_OPT(copy_initial_nonkeyframes, i,
> ost->copy_initial_nonkeyframes, oc ,st);
> -
> #if CONFIG_AVFILTER
> MATCH_PER_STREAM_OPT(filters, str, filters, oc, st);
> if (filters)
> ost->avfilter = av_strdup(filters);
> #endif
> + } else {
> + MATCH_PER_STREAM_OPT(copy_initial_nonkeyframes, i,
> ost->copy_initial_nonkeyframes, oc ,st);
> }
>
> return ost;
lgtm.
-Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel