]> git.sesse.net Git - vlc/commit
mmal/codec: Set progressive flag on frames
authorJulian Scheel <julian@jusst.de>
Thu, 9 Oct 2014 14:52:14 +0000 (16:52 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 9 Oct 2014 15:57:39 +0000 (17:57 +0200)
commit21cfe456ed48b7c1592380e16d6c50a390d2c05c
treead5d1969fd09018bf2e1ee6e2acca150ac76f363
parent8a0493add9682187192cc3dab514294ad0b9f541
mmal/codec: Set progressive flag on frames

Query the interlace type from the mmal decoder on format change and pass it
through to vlc_pictures.

Signed-off-by: Julian Scheel <julian@jusst.de>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/hw/mmal/codec.c