swscale/utils: remove unused define

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/91/head
Michael Niedermayer 11 years ago
parent cb169126c5
commit d84abf35c0
  1. 2
      libswscale/utils.c

@ -72,8 +72,6 @@ const char *swscale_license(void)
return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1; return LICENSE_PREFIX FFMPEG_LICENSE + sizeof(LICENSE_PREFIX) - 1;
} }
#define RET 0xC3 // near return opcode for x86
typedef struct FormatEntry { typedef struct FormatEntry {
uint8_t is_supported_in :1; uint8_t is_supported_in :1;
uint8_t is_supported_out :1; uint8_t is_supported_out :1;

Loading…
Cancel
Save