aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/decoder_list.c')
-rw-r--r--src/decoder_list.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder_list.c b/src/decoder_list.c
index 7dc4c3be..d9437e86 100644
--- a/src/decoder_list.c
+++ b/src/decoder_list.c
@@ -28,10 +28,10 @@
#include <string.h>
-extern const struct decoder_plugin ffmpeg_decoder_plugin;
+extern const struct decoder_plugin libav_decoder_plugin;
const struct decoder_plugin *const decoder_plugins[] = {
- &ffmpeg_decoder_plugin,
+ &libav_decoder_plugin,
NULL
};