[FFmpeg-cvslog] swscale/utils: remove unused define
Michael Niedermayer
git at videolan.org
Sat Jul 19 23:29:39 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Jul 19 22:45:43 2014 +0200| [d84abf35c0f39104db482d7519a30585eba75e0d] | committer: Michael Niedermayer
swscale/utils: remove unused define
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d84abf35c0f39104db482d7519a30585eba75e0d
---
libswscale/utils.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libswscale/utils.c b/libswscale/utils.c
index e4a4200..e176f0b 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;
More information about the ffmpeg-cvslog
mailing list