]> git.sesse.net Git - ffmpeg/commit
avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL header
authorJames Almer <jamrial@gmail.com>
Wed, 12 Aug 2020 18:03:52 +0000 (15:03 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 20 Aug 2020 16:50:11 +0000 (13:50 -0300)
commit23bbb01077b6e1f623238173be547425159b33bd
tree484431083e8b4d64a01e948633d3566bb8c73d56
parent1e41a9be3402b1cd76ae575488d141a8a0c06d81
avcodec/h2645_parse: reset the H2645NAL type value before parsing a NAL header

This will prevent reporting a bogus value in the log message when
the header parsing fails.

Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/h2645_parse.c