]> git.sesse.net Git - ffmpeg/commit
avcodec/mpeg12dec: Remove redundant writes
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 9 Dec 2020 02:30:00 +0000 (03:30 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 21 Jan 2021 18:12:43 +0000 (19:12 +0100)
commit1f9ef2f3cf0812c9ad3e3055946673375c982cac
treedc42a819775b5d347c935ac828ceddd24a22ae5c
parentaff923c0b52d5e38ea3201c34451b918dd92285d
avcodec/mpeg12dec: Remove redundant writes

ff_mpv_decode_init() already sets MpegEncContext.avctx.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/mpeg12dec.c