av_display_matrix_flip

Flip the input matrix horizontally and/or vertically.

@param matrix an allocated transformation matrix @param hflip whether the matrix should be flipped horizontally @param vflip whether the matrix should be flipped vertically

extern (C) @nogc nothrow
void
av_display_matrix_flip
(
ref int[9] matrix
,
int hflip
,
int vflip
)

Meta