]> git.sesse.net Git - vlc/commit
decoder: Give packetizer aspect ratio to decoder.
authorJulian Scheel <julian@jusst.de>
Fri, 27 Sep 2013 12:32:39 +0000 (14:32 +0200)
committerMartin Storsjö <martin@martin.st>
Fri, 7 Feb 2014 18:42:40 +0000 (20:42 +0200)
commit5f77310fb9d7bbe3b5c19a01903cb93ec362d114
tree192a6b2fb003d5ebcdac55e3667f764b47775d7e
parenta0da80b66b71786a6ca70a95bfb317713f24e542
decoder: Give packetizer aspect ratio to decoder.

When the packetizer detects a valid pixel aspect ratio this should be
forwarded to the decoders input format. This is helpful for decoder modules
which do not expose the aspect ratio on their own.

Signed-off-by: Martin Storsjö <martin@martin.st>
src/input/decoder.c