On 21/06/16 18:50, Anton Khirnov wrote:
> Currently, calling configure_filtergraph() will pull in the input
> parameters from the corresponding decoder context. This has the
> following disadvantages:
> - the decoded frame is a more proper source for this information
> - a filter accessing decoder data breaks proper layering
> 
> Add functions for explicitly sending the input stream parameters to a
> filtergraph input - currently from a frame and a decoder. The decoder
> one will be dropped in future commits after some more restructuring.
> ---
>  avconv.c        | 30 +++++++++++++++++++++++++
>  avconv.h        | 14 ++++++++++++
>  avconv_filter.c | 70 
> +++++++++++++++++++++++++++++++++++++++++++++++----------
>  avconv_opt.c    | 24 ++++++++++++++++----
>  4 files changed, 122 insertions(+), 16 deletions(-)

LGTM.

- Mark


_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to