| Index: source/libvpx/vp8/decoder/onyxd_int.h
|
| ===================================================================
|
| --- source/libvpx/vp8/decoder/onyxd_int.h (revision 179463)
|
| +++ source/libvpx/vp8/decoder/onyxd_int.h (working copy)
|
| @@ -54,11 +54,8 @@
|
|
|
| VP8D_CONFIG oxcf;
|
|
|
| + FRAGMENT_DATA fragments;
|
|
|
| - const unsigned char *fragments[MAX_PARTITIONS];
|
| - unsigned int fragment_sizes[MAX_PARTITIONS];
|
| - unsigned int num_fragments;
|
| -
|
| #if CONFIG_MULTITHREAD
|
| /* variable for threading */
|
|
|
| @@ -103,7 +100,6 @@
|
| #endif
|
| int ec_enabled;
|
| int ec_active;
|
| - int input_fragments;
|
| int decoded_key_frame;
|
| int independent_partitions;
|
| int frame_corrupt_residual;
|
|
|