aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/flvdec.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-10 20:13:43 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-01-13 08:29:44 +0100
commitb263415ab7dcb0f7077fed2af4aa507b4be3e2f9 (patch)
tree76125eb2db5b77fda922f80c0857dff0aee72664 /libavcodec/flvdec.c
parent3988016fa3ec298206b9a5347683764f06ac31c6 (diff)
downloadffmpeg-b263415ab7dcb0f7077fed2af4aa507b4be3e2f9.tar.gz
avcodec/mpegvideo: Don't set unrestricted_mv for decoders
It is write-only for them. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/flvdec.c')
-rw-r--r--libavcodec/flvdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/flvdec.c b/libavcodec/flvdec.c
index 6258c1c0a7..2ddcf021fd 100644
--- a/libavcodec/flvdec.c
+++ b/libavcodec/flvdec.c
@@ -90,7 +90,6 @@ int ff_flv_decode_picture_header(MpegEncContext *s)
s->h263_plus = 0;
- s->unrestricted_mv = 1;
s->h263_long_vectors = 0;
/* PEI */