[FFmpeg-devel] [PATCH] h2645_parse: Fix loglevel for NAL header parsing

Michael Niedermayer michael at niedermayer.cc
Mon Mar 18 23:00:37 EET 2019


On Mon, Mar 18, 2019 at 07:19:06PM +0000, Derek Buitenhuis wrote:
> We don't treat this as an error.
> 
> Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> ---
>  libavcodec/h2645_parse.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/h2645_parse.c b/libavcodec/h2645_parse.c
> index 942f2c5d71..24658b3dfa 100644
> --- a/libavcodec/h2645_parse.c
> +++ b/libavcodec/h2645_parse.c
> @@ -499,7 +499,7 @@ int ff_h2645_packet_split(H2645Packet *pkt, const uint8_t *buf, int length,
>              ret = h264_parse_nal_header(nal, logctx);
>          if (ret <= 0 || nal->size <= 0 || nal->size_bits <= 0) {
>              if (ret < 0) {
> -                av_log(logctx, AV_LOG_ERROR, "Invalid NAL unit %d, skipping.\n",
> +                av_log(logctx, AV_LOG_WARNING, "Invalid NAL unit %d, skipping.\n",
>                         nal->type);
>              }
>              pkt->nb_nals--;

LGTM

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190318/60367180/attachment.sig>


More information about the ffmpeg-devel mailing list