Commit bfffce4d authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer

hevc: add missing comma in log message.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6801eb0a
......@@ -2484,7 +2484,7 @@ static int hls_nal_unit(HEVCContext *s)
return AVERROR_INVALIDDATA;
av_log(s->avctx, AV_LOG_DEBUG,
"nal_unit_type: %d, nuh_layer_id: %dtemporal_id: %d\n",
"nal_unit_type: %d, nuh_layer_id: %d, temporal_id: %d\n",
s->nal_unit_type, nuh_layer_id, s->temporal_id);
return nuh_layer_id == 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment