| Index: source/libvpx/vpx/src/vpx_encoder.c
|
| ===================================================================
|
| --- source/libvpx/vpx/src/vpx_encoder.c (revision 291087)
|
| +++ source/libvpx/vpx/src/vpx_encoder.c (working copy)
|
| @@ -53,9 +53,6 @@
|
| ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
|
| vpx_codec_destroy(ctx);
|
| }
|
| -
|
| - if (ctx->priv)
|
| - ctx->priv->iface = ctx->iface;
|
| }
|
|
|
| return SAVE_STATUS(ctx, res);
|
| @@ -135,9 +132,6 @@
|
| }
|
| }
|
|
|
| - if (ctx->priv)
|
| - ctx->priv->iface = ctx->iface;
|
| -
|
| if (res)
|
| break;
|
|
|
|
|