commit | 7c43fb67ae5f8cd3ca39756281f63cc9e29bdb55 | [log] [tgz] |
---|---|---|
author | Adrian Grange <agrange@google.com> | Mon Jun 09 15:22:17 2014 -0700 |
committer | Adrian Grange <agrange@google.com> | Tue Jul 08 16:24:03 2014 -0700 |
tree | 79b0beab6a3f80f85075d5ec47e6e7faeba71369 | |
parent | c0061cc24f254d648737986ce14ac1a4bcb45874 [diff] |
Fix decoder handling of intra-only frames This patch fixes bug 633: https://code.google.com/p/webm/issues/detail?id=633 The first decoded frame does not have to be a keyframe, it could be an inter-frame that is coded intra-only. This patch fixes the handling of intra-only frames. A test vector has also been added that encodes 3 intra-only frames at the start of the clip. The test vector was generated using the code in the following patch: https://gerrit.chromium.org/gerrit/#/c/70680/ Change-Id: Ib40b1dbf91aae2bc047e23c626eaef09d1860147