Skip to content
Snippets Groups Projects
Commit d84abf35 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swscale/utils: remove unused define

parent cb169126
No related branches found
No related tags found
No related merge requests found
...@@ -72,8 +72,6 @@ const char *swscale_license(void) ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment