diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c index ddf1b6f9fa..2b25840405 100644 --- a/libavcodec/h264_sei.c +++ b/libavcodec/h264_sei.c @@ -229,7 +229,7 @@ static int decode_unregistered_user_data(H264Context *h, int size) if (e == 1 && build > 0) h->x264_build = build; - if (h->avctx->debug & FF_DEBUG_BUGS) + if (strlen(user_data + 16) > 0) av_log(h->avctx, AV_LOG_DEBUG, "user data:\"%s\"\n", user_data + 16); for (; i < size; i++)