On 4/30/2017 12:35 PM, James Almer wrote:
> Based on the H264 SEI implementation.
>
> This will be mainly useful once support for SEI messages that can be
> used by the hevc parser are implemented, like Picture Timing.
>
> Signed-off-by: James Almer <[email protected]>
> ---
> libavcodec/hevc_sei.c | 77
> +++++++++++++++++++++++++--------------------------
> libavcodec/hevcdec.c | 49 +++++++++++++++++---------------
> libavcodec/hevcdec.h | 44 ++++++++++++++++++-----------
> 3 files changed, 92 insertions(+), 78 deletions(-)
Ping for set.
>
> diff --git a/libavcodec/hevc_sei.c b/libavcodec/hevc_sei.c
> index 1f8554ad5..bb4980085 100644
> --- a/libavcodec/hevc_sei.c
> +++ b/libavcodec/hevc_sei.c
> @@ -53,10 +53,10 @@ enum HEVC_SEI_TYPE {
> SEI_TYPE_CONTENT_LIGHT_LEVEL_INFO = 144,
> };
>
> -static int decode_nal_sei_decoded_picture_hash(HEVCContext *s)
> +static int decode_nal_sei_decoded_picture_hash(HEVCSEIPictureHash *s,
> GetBitContext *gb,
> + void *logctx)
Btw, I could send a new version removing the logctx parameter, since i
noticed after sending that it's unused in a bunch of these functions.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel