Quoting Mark Thompson (2017-06-24 01:39:16)
> This applies a specific fixup to some Bluray streams which contain
> redundant PPSs modifying irrelevant parameters of the stream which
> confuse other transformations which require correct extradata.
> 
> A new single global PPS is created, and all of the redundant PPSs
> within the stream are removed.
> ---
>  doc/bitstream_filters.texi          |   9 ++
>  libavcodec/Makefile                 |   2 +
>  libavcodec/bitstream_filters.c      |   1 +
>  libavcodec/h264_redundant_pps_bsf.c | 176 
> ++++++++++++++++++++++++++++++++++++
>  4 files changed, 188 insertions(+)
>  create mode 100644 libavcodec/h264_redundant_pps_bsf.c

LGTM

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

Reply via email to