Commit e8794f1d authored by Stefano Sabatini's avatar Stefano Sabatini

lsws: fix weird indent

parent d7e14c0d
......@@ -67,7 +67,7 @@ const char *swscale_license(void)
#define RET 0xC3 //near return opcode for x86
typedef struct FormatEntry {
int is_supported_in, is_supported_out;
int is_supported_in, is_supported_out;
} FormatEntry;
const static FormatEntry format_entries[PIX_FMT_NB] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment