Chromium Code Reviews| Index: source/libvpx/vpxenc.h |
| =================================================================== |
| --- source/libvpx/vpxenc.h (revision 251189) |
| +++ source/libvpx/vpxenc.h (working copy) |
| @@ -22,9 +22,11 @@ |
| TEST_DECODE_WARN, |
| }; |
| +struct VpxInterface; |
| + |
| /* Configuration elements common to all streams. */ |
| struct VpxEncoderConfig { |
| - const struct codec_item *codec; |
| + const struct VpxInterface *codec; |
| int passes; |
| int pass; |
| int usage; |