]> git.sesse.net Git - ffmpeg/commitdiff
swscale/utils: remove unused define
authorMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Jul 2014 20:45:43 +0000 (22:45 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Sat, 19 Jul 2014 20:45:43 +0000 (22:45 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libswscale/utils.c

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