]> git.sesse.net Git - vlc/commit
transcode: add chroma conversion to be the first filter if needed
authorIlkka Ollakka <ileoo@videolan.org>
Fri, 27 Dec 2013 14:51:18 +0000 (16:51 +0200)
committerIlkka Ollakka <ileoo@videolan.org>
Fri, 27 Dec 2013 15:54:35 +0000 (17:54 +0200)
commitd16fb5e7ff31fb388b8e63285522ef7b95afaa7b
tree74c70d6a693b1ccc0633aecb9ea558f57478e147
parent6403d12811ee1c53e206d58cd177a4d7b8e3e2c4
transcode: add chroma conversion to be the first filter if needed

For example croppadd doesn't like if input and output chromas are not the same.
This is visible for example webcam input and h264 encode (YUV2->I420).

Reported by: Jean-Paul Saman
modules/stream_out/transcode/video.c