]> git.sesse.net Git - ffmpeg/commit
avcodec/h261dec: Remove parse_context cruft
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 22 Dec 2020 17:54:12 +0000 (18:54 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 8 Mar 2021 12:25:04 +0000 (13:25 +0100)
commit7f1207cb79e79785ac837a9cd9f9ab6f0ba3462f
tree1fc8814b165ba77a8b1790d08e5a2c9cfa1d9268
parent54e5d21acabb452e5680de5db3bf7567d351d68e
avcodec/h261dec: Remove parse_context cruft

The H.261 decoder doesn't use the ParseContext of its
MpegEncContext since e7316976650b429345da619c3acff38004aaf6b8.

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