You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
lsws: fix weird indent
This commit is contained in:
@@ -67,7 +67,7 @@ const char *swscale_license(void)
|
|||||||
#define RET 0xC3 //near return opcode for x86
|
#define RET 0xC3 //near return opcode for x86
|
||||||
|
|
||||||
typedef struct FormatEntry {
|
typedef struct FormatEntry {
|
||||||
int is_supported_in, is_supported_out;
|
int is_supported_in, is_supported_out;
|
||||||
} FormatEntry;
|
} FormatEntry;
|
||||||
|
|
||||||
const static FormatEntry format_entries[PIX_FMT_NB] = {
|
const static FormatEntry format_entries[PIX_FMT_NB] = {
|
||||||
|
Reference in New Issue
Block a user