diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-06-19 16:07:48 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2025-07-03 20:34:51 +0200 |
commit | 758c8dffc922184be9a11f14191ce3e243681fc9 (patch) | |
tree | 310a6ef20538790b96449749cf3c19a3d30fc79f /tests/api/api-dump-stream-meta-test.c | |
parent | 91e9578025f8b251e2f56a8d06297344ae89464e (diff) | |
download | ffmpeg-758c8dffc922184be9a11f14191ce3e243681fc9.tar.gz |
avcodec/{h263,mpeg4video}dec: Pass MPVContext*, not Mpeg4DecContext*
The code in h263dec.c is not supposed to know that the MPEG-4
decoder uses an Mpeg4DecContext as private context at all
(said context is only exposed in a header so that hardware
accelerations can access it and for the parser to use).
Passing an MPVContext* directly also allows to remove
the indirection via AVCodecContext.priv_data.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'tests/api/api-dump-stream-meta-test.c')
0 files changed, 0 insertions, 0 deletions