| 
    FFmpeg
    
   | 
 
Data Fields | |
| uint32_t | color | 
| int64_t | variance | 
| int | start | 
| int | len | 
| int | sorted_by | 
Definition at line 41 of file vf_palettegen.c.
| uint32_t range_box::color | 
Definition at line 42 of file vf_palettegen.c.
Referenced by cmp_color(), get_next_box_id_to_split(), get_palette_frame(), split_box(), and write_palette().
| int64_t range_box::variance | 
Definition at line 43 of file vf_palettegen.c.
Referenced by get_next_box_id_to_split(), get_palette_frame(), and split_box().
| int range_box::start | 
Definition at line 44 of file vf_palettegen.c.
Referenced by get_avg_color(), get_next_box_id_to_split(), get_palette_frame(), and split_box().
| int range_box::len | 
Definition at line 45 of file vf_palettegen.c.
Referenced by get_avg_color(), get_next_box_id_to_split(), get_palette_frame(), and split_box().
| int range_box::sorted_by | 
Definition at line 46 of file vf_palettegen.c.
Referenced by get_palette_frame(), and split_box().
 1.8.6