Skip to content

Commit 9cf4d7d

Browse files
committed
from_planar.h: sort functions alphabetically
1 parent 45bb28c commit 9cf4d7d

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

src/from_planar.h

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -68,33 +68,33 @@ typedef void decode_planar_func_t(struct from_planar_data d);
6868
void decode_planar_parallel(decode_planar_func_t *dec,
6969
struct from_planar_data d, int num_threads);
7070

71-
decode_planar_func_t gbrp12le_to_r12l;
72-
decode_planar_func_t gbrp16le_to_r12l;
73-
decode_planar_func_t rgbpXXle_to_r12l;
74-
decode_planar_func_t gbrp10le_to_rg48;
75-
decode_planar_func_t gbrp12le_to_rg48;
76-
decode_planar_func_t gbrp16le_to_rg48;
77-
decode_planar_func_t rgbpXXle_to_rg48;
78-
decode_planar_func_t gbrp10le_to_r10k;
79-
decode_planar_func_t gbrp12le_to_r10k;
80-
decode_planar_func_t gbrp16le_to_r10k;
81-
decode_planar_func_t rgbpXXle_to_r10k;
82-
decode_planar_func_t yuv422p10le_to_v210;
83-
decode_planar_func_t gbrap_to_rgba;
8471
decode_planar_func_t gbrap_to_rgb;
85-
decode_planar_func_t rgbpXX_to_rgb;
86-
decode_planar_func_t yuv420_to_i420;
87-
decode_planar_func_t yuv422p_to_uyvy;
88-
decode_planar_func_t yuv422p10le_to_uyvy;
89-
decode_planar_func_t yuv422pXX_to_uyvy;
90-
decode_planar_func_t yuv422p_to_yuyv;
72+
decode_planar_func_t gbrap_to_rgba;
9173
decode_planar_func_t gbrp10le_to_rgb;
9274
decode_planar_func_t gbrp10le_to_rgba;
75+
decode_planar_func_t gbrp10le_to_rg48;
76+
decode_planar_func_t gbrp10le_to_r10k;
9377
decode_planar_func_t gbrp12le_to_rgb;
9478
decode_planar_func_t gbrp12le_to_rgba;
79+
decode_planar_func_t gbrp12le_to_rg48;
80+
decode_planar_func_t gbrp12le_to_r10k;
81+
decode_planar_func_t gbrp12le_to_r12l;
9582
decode_planar_func_t gbrp16le_to_rgb;
9683
decode_planar_func_t gbrp16le_to_rgba;
84+
decode_planar_func_t gbrp16le_to_rg48;
85+
decode_planar_func_t gbrp16le_to_r10k;
86+
decode_planar_func_t gbrp16le_to_r12l;
87+
decode_planar_func_t rgbpXX_to_rgb;
88+
decode_planar_func_t rgbpXXle_to_rg48;
89+
decode_planar_func_t rgbpXXle_to_r10k;
90+
decode_planar_func_t rgbpXXle_to_r12l;
9791
decode_planar_func_t yuv420p_to_uyvy;
92+
decode_planar_func_t yuv420_to_i420;
93+
decode_planar_func_t yuv422p_to_uyvy;
94+
decode_planar_func_t yuv422p_to_yuyv;
95+
decode_planar_func_t yuv422pXX_to_uyvy;
96+
decode_planar_func_t yuv422p10le_to_uyvy;
97+
decode_planar_func_t yuv422p10le_to_v210;
9898

9999
#ifdef __cplusplus
100100
}

0 commit comments

Comments
 (0)