]> git.sesse.net Git - ffmpeg/commitdiff
hevc: add missing comma in log message.
authorRonald S. Bultje <rsbultje@gmail.com>
Mon, 11 Aug 2014 00:04:56 +0000 (20:04 -0400)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 11 Aug 2014 00:27:27 +0000 (02:27 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/hevc.c

index 32724854862620e8d64424a90c90edea34a9d251..829b5d1969ffa93aafd4da2ce5df4c89068b986b 100644 (file)
@@ -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: %dtemporal_id: %d\n",
            s->nal_unit_type, nuh_layer_id, s->temporal_id);
 
     return nuh_layer_id == 0;