[FFmpeg-devel] [PATCH] hevc: add missing comma in log message.

Ronald S. Bultje rsbultje at gmail.com
Mon Aug 11 02:04:56 CEST 2014


---
 libavcodec/hevc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index cc36f97..985b013 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -2280,7 +2280,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;
-- 
1.8.5.5



More information about the ffmpeg-devel mailing list