]> git.sesse.net Git - ffmpeg/commit
h264: Print user data SEI under normal debug verbosity
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 22 Oct 2015 12:13:28 +0000 (14:13 +0200)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Fri, 30 Oct 2015 11:46:56 +0000 (12:46 +0100)
commit8487987b87a252963b27b6adfd82887ea5933918
treefb5fe194b83f5ff489734cd1ae8b37cbac56a03c
parent1720791e36f9cc24c05efea5bb275ab52156ce50
h264: Print user data SEI under normal debug verbosity

Drop the need of setting -debug bugs since it's not a bug, and the
message is already under a AV_LOG_DEBUG log level. Instead only print
it when there is an actual string in it.
libavcodec/h264_sei.c