You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-05-16 08:38:24 +02:00
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names
Also switch from "tbl" to "tab" name suffixes.
This commit is contained in:
@@ -35,7 +35,7 @@ typedef struct DVDSubContext {
|
||||
|
||||
static void yuv_a_to_rgba(const uint8_t *ycbcr, const uint8_t *alpha, uint32_t *rgba, int num_values)
|
||||
{
|
||||
const uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
|
||||
const uint8_t *cm = ff_crop_tab + MAX_NEG_CROP;
|
||||
uint8_t r, g, b;
|
||||
int i, y, cb, cr;
|
||||
int r_add, g_add, b_add;
|
||||
|
||||
Reference in New Issue
Block a user