aboutsummaryrefslogtreecommitdiff
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-04-22 13:39:20 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-04 11:02:12 +0100
commit1ce22f8a1053242a2fdfb033ff8a184c2abec191 (patch)
treefd2f7f7437a501679acdbf6a76fa7afbb4841d39 /src/decoder_list.c
parentb834c83478ad0a70b1486b9f5f79e877228f6ab3 (diff)
Rename ffmpeg decoder plugin to libav decoder plugin.
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
};