]> git.sesse.net Git - x264/commit
Workaround bug in fps/timestamp handling with lavf input
authorYasuhiro Ikeda <wipple625@gmail.com>
Tue, 3 Aug 2010 13:07:36 +0000 (22:07 +0900)
committerFiona Glaser <fiona@x264.com>
Mon, 16 Aug 2010 09:49:38 +0000 (02:49 -0700)
commita82a0ce26f47460b5cb1487ab758ff04c83b859a
tree2f0d33ec4f4a563af9320cc3661273f5aade612e
parent9c5a15e467a4a9d2ca804ab03d3925ff21f10390
Workaround bug in fps/timestamp handling with lavf input
reordered_opaque in lavf doesn't work correctly in the identity case (no reordering).
Fixes incorrect output for some file types (e.g. raw in mov).
input/lavf.c