FFmpeg
Macros | Variables
proresdata.h File Reference
#include <stdint.h>

Go to the source code of this file.

Macros

#define FRAME_ID   MKBETAG('i', 'c', 'p', 'f')
 
#define FIRST_DC_CB   0xB8
 

Variables

const uint8_t ff_prores_progressive_scan [64]
 
const uint8_t ff_prores_interlaced_scan [64]
 

Macro Definition Documentation

◆ FRAME_ID

#define FRAME_ID   MKBETAG('i', 'c', 'p', 'f')

Definition at line 28 of file proresdata.h.

◆ FIRST_DC_CB

#define FIRST_DC_CB   0xB8

Definition at line 33 of file proresdata.h.

Variable Documentation

◆ ff_prores_progressive_scan

const uint8_t ff_prores_progressive_scan[64]

Definition at line 25 of file proresdata.c.

Referenced by decode_init(), encode_init(), and prores_encode_init().

◆ ff_prores_interlaced_scan

const uint8_t ff_prores_interlaced_scan[64]

Definition at line 36 of file proresdata.c.

Referenced by decode_init(), encode_init(), and prores_encode_init().