You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
swscale/utils: remove unused define
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user