diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-15 17:29:16 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-08 07:41:14 +0100 |
commit | ddcca4ba074aa537c3059c76d69eb4ad6316bfe9 (patch) | |
tree | 8a96716475d71ea776e039751260f90aec67c2a9 /libavcodec/error_resilience.c | |
parent | e7bbfc4242ae8b818ae41be752b9d288ff2801f0 (diff) | |
download | ffmpeg-ddcca4ba074aa537c3059c76d69eb4ad6316bfe9.tar.gz |
lavc: stop setting AVFrame.motion_subsample_log2
It is not used inside lavc anywhere and now it makes no sense to export
it.
Diffstat (limited to 'libavcodec/error_resilience.c')
-rw-r--r-- | libavcodec/error_resilience.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |