1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +02:00

avcodec/mpegvideo: Add MPVContext typedef

MpegEncContext is also used for decoding, so it is a misnomer.
This commit therefore adds MPVContext as typedef for it in order
to gradually switch the code to the new name (in line with
MPVEncContext).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2025-06-15 23:06:40 +02:00
parent 3b87a480fe
commit 0723fcce51

View File

@ -332,6 +332,7 @@ typedef struct MpegEncContext {
ERContext er;
} MpegEncContext;
typedef MpegEncContext MPVContext;
/**
* Set the given MpegEncContext to common defaults (same for encoding