diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-02 09:07:33 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-20 18:58:38 +0200 |
commit | dd1e804a987d7464d9bfd7c25dd9ef295223bd36 (patch) | |
tree | 5dadc4d0f1131262e726037d9046e94c9058b6d7 /libpostproc | |
parent | 5805b860fe713177430f26b8617bb2bc3c2e7e8f (diff) | |
download | ffmpeg-dd1e804a987d7464d9bfd7c25dd9ef295223bd36.tar.gz |
avcodec/mpegutils: Remap MB_TYPE_ACPRED, add codec-specific MB_TYPE
MB_TYPE_ACPRED is currently reused for MB_TYPE_REF0 by H.264,
so that the value fits into an uint16_t. Given that MB_TYPE_ACPRED
is not subject to any such restriction (apart from fitting into
32bits), it can be remapped to a hithereto unused bit.
The then available bit will be declared to be codec-specific
(i.e. unused by generic code), so that H.264 can use it
for MB_TYPE_REF0 and so that it can be reused later for
e.g. MB_TYPE_H261_FIL.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libpostproc')
0 files changed, 0 insertions, 0 deletions