]> git.sesse.net Git - ffmpeg/commit
avcodec/h263dec, mpeg12dec: Remove redundant writes
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 6 Apr 2021 21:32:57 +0000 (23:32 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Mon, 12 Apr 2021 16:29:10 +0000 (18:29 +0200)
commiteffc7676e39174171413c332df87f9c973aa0315
tree5f55511e602836959f89664c02a24a2b130c4bb3
parent4e65a41a5cfdcafb0c9d26b7e531daa3a1b5fde2
avcodec/h263dec, mpeg12dec: Remove redundant writes

ff_mpv_decode_init() already sets MpegEncContext.codec_id.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
libavcodec/h263dec.c
libavcodec/mpeg12dec.c