]> git.sesse.net Git - vlc/commit
codec/schroedinger: inform vlc of clean area
authorDavid Flynn <davidf@rd.bbc.co.uk>
Fri, 27 Mar 2009 20:37:57 +0000 (20:37 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 3 Apr 2009 09:10:34 +0000 (11:10 +0200)
commitd2d8a8fae5e20409b8c50dcad54eda7115280f62
tree4656ea9a32421be69eacf267c44c6061cfe774d3
parent272b9b9825f1ee736921778b5dbd509fcb1218da
codec/schroedinger: inform vlc of clean area

For SD, this should allow removal of black bars form the edge of frames.
i_aspect is set to the aspect ratio of the whole frame which may be
greater than that of the clean area.  VLC should then calculate the SAR,
and eventually display a clean area sized picture that is of the correct
aspect ratio.

NB, we do actually know the SAR, but it isn't known if vlc cares at this
point.

Signed-off-by: David Flynn <davidf@rd.bbc.co.uk>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/codec/schroedinger.c