mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
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
Block a user