mirror of https://git.ffmpeg.org/ffmpeg.git
hevc: add missing comma in log message.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
6801eb0a09
commit
bfffce4d08
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue