1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-09 14:14:39 +02:00
FFmpeg/libavcodec
Clément Bœsch af509f9957 avcodec/proresenc_anatoliy: do not write into chroma reserved bitfields
The layout for the frame flags is as follow:

   chroma_format  u(2)
   reserved       u(2)
   interlace_mode u(2)
   reserved       u(2)

chroma_format has 2 allowed values:
   0: reserved
   1: reserved
   2: 4:2:2
   3: 4:4:4

interlace_mode has 3 allowed values:
   0: progressive
   1: tff
   2: bff
   3: reserved

0x80 is what we expect for "422 not interlaced", and the extra 0x2 from
0x82 is actually writing into the reserved bits.
2024-01-10 23:33:02 +01:00
..
2023-12-22 17:40:00 +02:00
2023-11-10 00:14:02 +01:00
2023-12-11 18:42:07 +02:00
2024-01-03 23:15:12 +08:00
2023-12-18 15:19:36 -03:00
2023-11-18 19:55:42 +01:00
2023-11-26 17:49:09 +01:00
2023-11-26 17:49:09 +01:00
2023-11-14 19:15:51 +02:00
2023-12-18 15:19:36 -03:00
2023-11-08 17:37:58 +11:00
2023-12-11 18:17:43 +02:00
2023-12-11 18:17:43 +02:00
2024-01-03 16:31:59 +08:00
2023-12-29 00:45:20 +01:00
2023-11-09 12:53:35 +01:00
2023-11-01 22:53:26 +02:00
2023-11-01 22:53:26 +02:00
2023-12-22 09:28:04 -03:00
2023-12-22 09:28:04 -03:00
2023-12-08 17:20:48 +02:00
2023-12-08 17:20:48 +02:00
2024-01-03 23:15:12 +08:00