vout_wrapper: remove local variable
commitae681dd80a27bf81403888cfbdd01f8f92ef2c7d
authorSteve Lhomme <robux4@videolabs.io>
Tue, 11 Jul 2017 11:32:07 +0000 (11 13:32 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Jul 2017 09:09:50 +0000 (13 11:09 +0200)
tree0e310346655bedf1a20463f92b05dc5893fdb90c
parent7cf0b7013c57d71c796f36aaa1ed1f62a3b80f10
vout_wrapper: remove local variable

picture_pool_NewFromFormat() has a const on the video_format_t so we can pass
the original.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/video_output/vout_wrapper.c