]> git.sesse.net Git - x264/commit
CLI: Avoid redundant 16-bit upconversions in piped raw input
authorHenrik Gramner <henrik@gramner.com>
Fri, 20 Dec 2013 21:44:28 +0000 (22:44 +0100)
committerFiona Glaser <fiona@x264.com>
Wed, 8 Jan 2014 19:15:44 +0000 (11:15 -0800)
commit6bc63417e10e135d8cd881495c71be72d322e1d3
tree786ad7879af54a84014e1fdcc6dc46a5355c9cda
parent008c56ec467736bc5d3130ff890c618d28aa7511
CLI: Avoid redundant 16-bit upconversions in piped raw input

It's not possible to seek in pipes, so if we want to skip frames we have to read and
discard unused ones. It's pointless to do bit-depth upconversions in those frames.
input/raw.c
input/y4m.c