ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Sat Jul 19 22:45:43 2014 +0200| [d84abf35c0f39104db482d7519a30585eba75e0d] | committer: Michael Niedermayer
swscale/utils: remove unused define Signed-off-by: Michael Niedermayer <[email protected]> > 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; _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
