mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
Merge commit '8487987b87a252963b27b6adfd82887ea5933918'
* commit '8487987b87a252963b27b6adfd82887ea5933918': h264: Print user data SEI under normal debug verbosity Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
commit
ed6d451d93
@ -240,7 +240,7 @@ static int decode_unregistered_user_data(H264Context *h, int size)
|
||||
if (e == 1 && build == 1 && !strncmp(user_data+16, "x264 - core 0000", 16))
|
||||
h->x264_build = 67;
|
||||
|
||||
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++)
|
||||
|
Loading…
Reference in New Issue
Block a user