]> git.sesse.net Git - ffmpeg/commit
extend log line buffer sizes
authorWolfram Gloger <wmglo@dent.med.uni-muenchen.de>
Fri, 22 Jun 2012 16:15:09 +0000 (18:15 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 22 Jun 2012 17:16:51 +0000 (19:16 +0200)
commit258dfff8394d383beaa639d19912b3f068f67e16
tree04a56b3eebee8f34c982df62d88a7c667fd883f1
parent1e7943c3151d7c27416c88249900af56919bc1db
extend log line buffer sizes

The string passed to av_vlog() from libx264's X264_log overflows the 512
byte part_size, truncating x264 parameter output.  Double this size
and put it in a #define so it only needs to be changed in one place.

Signed-off-by: Wolfram Gloger <video06@malloc.de>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/log.c