On Sun, May 8, 2016 at 12:10 PM, Michael Niedermayer
<mich...@niedermayer.cc> wrote:
> Fixes Ticket5467
>
> Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc>
> ---
>  libavcodec/avcodec.h |    4 ++++
>  libavcodec/utils.c   |    2 ++
>  2 files changed, 6 insertions(+)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index 3813a0a..1db2e0f 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -4050,6 +4050,10 @@ typedef struct AVCodecParameters {
>       * Audio only. Number of samples to skip after a discontinuity.
>       */
>      int seek_preroll;
> +
> +    /** Properties, like FF_CODEC_PROPERTY_LOSSLESS.
> +     */
> +    int properties;
>  } AVCodecParameters;
>

There properties are not part of any container we support and therefor
not really fitting into this structure.

- Hendrik
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to