diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-01 17:22:31 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-03 16:46:09 +0100 |
commit | 6a3f345c1ab78428b970775a6632362b8515dd04 (patch) | |
tree | 73e34c0144e9ea1362c35643b0f5376b40fbba38 /libavcodec/vp9dec.h | |
parent | 2ff40b98ecbd9befadddc8fe665a391f99bfca32 (diff) | |
download | ffmpeg-6a3f345c1ab78428b970775a6632362b8515dd04.tar.gz |
avformat/frmdec: Simplify finding pixel format
The fourccs used by the Megalux Frame format to determine the pixel
format are actually no fourccs at all as they are a single byte.
Furthermore, their range is continuous (1-5), so they are actually
ordinary indices. So treat them as such and don't use PixelFormatTags
for them.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavcodec/vp9dec.h')
0 files changed, 0 insertions, 0 deletions