]> git.sesse.net Git - vlc/commit
mmal/vout: Use framerate from pictures
authorJulian Scheel <julian@jusst.de>
Fri, 10 Oct 2014 08:39:14 +0000 (10:39 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 10 Oct 2014 08:43:29 +0000 (10:43 +0200)
commitf7034507a3ed7255e9a5b98a3f2c923b3e05c6a4
tree09ee14c58da5edf6d767b18addb6d8a169ac09bc
parent745128360ab7b8190bab5fe9857ae6da3768f5ee
mmal/vout: Use framerate from pictures

The framerate of pictures might change without a change of the general input
format information. So to ensure that we always handle the correct refreshrate
we compare the refreshrate of each picture with the currently configured one.

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