From d84abf35c0f39104db482d7519a30585eba75e0d Mon Sep 17 00:00:00 2001
From: Michael Niedermayer <michaelni@gmx.at>
Date: Sat, 19 Jul 2014 22:45:43 +0200
Subject: [PATCH] swscale/utils: remove unused define

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
---
 libswscale/utils.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libswscale/utils.c b/libswscale/utils.c
index e4a42007677..e176f0b75bd 100644
--- a/libswscale/utils.c
+++ b/libswscale/utils.c
@@ -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;
-- 
GitLab