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
..
2022-05-30 12:13:29 +02:00
2022-08-18 16:53:41 +02:00
2023-04-02 23:54:49 +02:00
2023-04-02 23:54:52 +02:00
2023-06-24 14:39:04 -03:00
2022-07-09 21:05:02 +02:00
2022-06-24 15:37:23 +08:00
2022-08-09 19:17:22 +02:00
2023-06-20 14:37:52 +02:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2023-09-07 20:58:08 +02:00
2023-07-02 21:08:59 +02:00
2023-03-26 01:46:48 +01:00
2023-03-26 01:46:48 +01:00
2022-10-06 15:00:21 +02:00
2022-10-06 15:00:21 +02:00
2022-10-06 15:00:21 +02:00
2022-11-01 09:24:29 +11:00
2022-05-30 12:13:29 +02:00
2022-08-18 16:53:41 +02:00
2023-04-02 23:54:49 +02:00
2023-04-02 23:54:49 +02:00
2023-04-02 23:54:52 +02:00
2023-06-24 14:39:04 -03:00
2022-07-09 21:05:02 +02:00
2022-06-24 15:37:23 +08:00
2022-08-09 19:17:22 +02:00
2023-06-20 14:37:52 +02:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2023-09-07 20:58:08 +02:00
2023-07-02 21:08:59 +02:00
2023-03-26 01:46:48 +01:00
2023-03-26 01:46:48 +01:00
2022-10-06 15:00:21 +02:00
2022-10-06 15:00:21 +02:00
2022-10-06 15:00:21 +02:00
2022-11-01 09:24:29 +11:00
2022-05-30 12:13:29 +02:00
2023-04-02 23:54:49 +02:00
2023-04-02 23:54:49 +02:00
2023-04-02 23:54:52 +02:00
2023-06-24 14:39:04 -03:00
2022-07-09 21:05:02 +02:00
2022-06-24 15:37:23 +08:00
2022-08-09 19:17:22 +02:00
2023-06-20 14:37:52 +02:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2023-09-07 20:58:08 +02:00
2023-07-02 21:08:59 +02:00
2022-11-01 09:24:29 +11:00
2022-05-30 12:13:29 +02:00
2022-08-18 16:53:41 +02:00
2023-04-02 23:54:49 +02:00
2023-04-02 23:54:49 +02:00
2023-04-02 23:54:52 +02:00
2023-06-24 14:39:04 -03:00
2022-07-09 21:05:02 +02:00
2022-06-24 15:37:23 +08:00
2022-08-09 19:17:22 +02:00
2023-06-20 14:37:52 +02:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2024-01-10 23:33:02 +01:00
2023-09-07 22:57:01 +02:00
2023-07-02 21:08:59 +02:00
2023-03-26 01:46:48 +01:00
2023-03-26 01:46:48 +01:00
2022-10-06 15:00:21 +02:00
2022-10-06 15:00:21 +02:00
2022-10-06 15:00:21 +02:00
2022-11-01 09:24:29 +11:00