From ddcca4ba074aa537c3059c76d69eb4ad6316bfe9 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 15 Feb 2013 17:29:16 +0100 Subject: lavc: stop setting AVFrame.motion_subsample_log2 It is not used inside lavc anywhere and now it makes no sense to export it. --- libavcodec/error_resilience.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/error_resilience.c') diff --git a/libavcodec/error_resilience.c b/libavcodec/error_resilience.c index 78921e3fcf..feef3a8682 100644 --- a/libavcodec/error_resilience.c +++ b/libavcodec/error_resilience.c @@ -851,7 +851,6 @@ void ff_er_frame_end(ERContext *s) } return; } - s->cur_pic->f.motion_subsample_log2 = 3; } if (s->avctx->debug & FF_DEBUG_ER) { -- cgit v1.2.3