summaryrefslogtreecommitdiff
path: root/plugins/ffmpeg/ffmpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ffmpeg/ffmpeg.c')
-rw-r--r--plugins/ffmpeg/ffmpeg.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/ffmpeg/ffmpeg.c b/plugins/ffmpeg/ffmpeg.c
index 8082b1d2..b212b3a3 100644
--- a/plugins/ffmpeg/ffmpeg.c
+++ b/plugins/ffmpeg/ffmpeg.c
@@ -71,8 +71,6 @@ enum {
FT_UNKNOWN = 5
};
-static const char *filetypes[] = { "FFMPEG", NULL };
-
#define FF_PROTOCOL_NAME "deadbeef"
typedef struct {
@@ -818,7 +816,6 @@ static DB_decoder_t plugin = {
.insert = ffmpeg_insert,
.read_metadata = ffmpeg_read_metadata,
.exts = (const char **)exts,
- .filetypes = filetypes
};
DB_plugin_t *