On 23/08/14 15:13, Anton Khirnov wrote:
> Currently, the amount of padding inserted at the beginning by some audio
> encoders, is exported through AVCodecContext.delay. However
> - the term 'delay' is heavily overloaded and can have multiple different
>   meanings even in the case of audio encoding.
> - this field has entirely different meanings, depending on whether the
>   codec context is used for encoding or decoding (and has yet another
>   different meaning for video), preventing generic handling of the codec
>   context.
> 
> Therefore, add a new field -- AVCodecContext.initial_padding. It could
> conceivably be used for decoding as well at a later point.

Seems ok, make sure to update the wiki in this regard.

lu

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to