On Di, 2023-12-26 at 11:31 +0800, [email protected] wrote:
> From: Fei Wang <[email protected]>
>
> So that can show OBU info even it doesn't have decomposed content.
>
> Signed-off-by: Fei Wang <[email protected]>
> ---
> libavcodec/av1dec.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
> index da05a0f039..e8041c1f58 100644
> --- a/libavcodec/av1dec.c
> +++ b/libavcodec/av1dec.c
> @@ -1200,11 +1200,12 @@ static int av1_receive_frame_internal(AVCodecContext
> *avctx, AVFrame *frame)
> AV1RawOBU *obu = unit->content;
> const AV1RawOBUHeader *header;
>
> + av_log(avctx, AV_LOG_DEBUG, "Obu idx:%d, obu type:%d.\n", i, unit-
> >type);
Could you add message to indicate the content of this unit is available or not ?
Thanks
Haihao
> +
> if (!obu)
> continue;
>
> header = &obu->header;
> - av_log(avctx, AV_LOG_DEBUG, "Obu idx:%d, obu type:%d.\n", i, unit-
> >type);
>
> switch (unit->type) {
> case AV1_OBU_SEQUENCE_HEADER:
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".