]> git.sesse.net Git - ffmpeg/commit
lavfi/showspectrum: fix outpicref initialization.
authorClément Bœsch <ubitux@gmail.com>
Sat, 9 Mar 2013 22:52:30 +0000 (23:52 +0100)
committerClément Bœsch <ubitux@gmail.com>
Sat, 9 Mar 2013 22:52:33 +0000 (23:52 +0100)
commitee0a8bcba145d7dbdcb86c77b93510b7fb7447e1
treec4aefba33f835d8a98fbc3b15c5cdb12810936cd
parent22cc8a103c66283d644c4f4de36b327108fa8244
lavfi/showspectrum: fix outpicref initialization.

In 81f2549, output pixel format was changed from rgb24 to planar yuv,
but the initialization was left unchanged. As a result, the chroma
planes were left uninitalized. This was not noticed since the current
ff_get_video_buffer() seems to be initializing the buffer. This won't be
the case anymore after the Evil Plan.
libavfilter/avf_showspectrum.c