Browse Source

lsws: fix weird indent

tags/n0.9
Stefano Sabatini 14 years ago
parent
commit
e8794f1d5e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/utils.c

+ 1
- 1
libswscale/utils.c View File

@@ -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] = {


Loading…
Cancel
Save