You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
hevc: add missing comma in log message.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
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;
|
||||
|
Reference in New Issue
Block a user