aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/FfmpegMetaData.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-10 13:05:28 +0100
committerMax Kellermann <max@duempel.org>2014-12-10 13:05:28 +0100
commit0c1e428c7d0d0b3d378b62be012e3c3709f0448e (patch)
tree941074a793c3cce96d18e8fb2dfe9f9adc896e12 /src/decoder/plugins/FfmpegMetaData.hxx
parentbcd97f5887b1f5b2eca9132d34c8d64913b8236b (diff)
downloadmpd-0c1e428c7d0d0b3d378b62be012e3c3709f0448e.tar.gz
mpd-0c1e428c7d0d0b3d378b62be012e3c3709f0448e.tar.xz
mpd-0c1e428c7d0d0b3d378b62be012e3c3709f0448e.zip
decoder/ffpmeg: rename functions to CamelCase
Diffstat (limited to '')
-rw-r--r--src/decoder/plugins/FfmpegMetaData.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/plugins/FfmpegMetaData.hxx b/src/decoder/plugins/FfmpegMetaData.hxx
index 5eb41db68..1f233fb6e 100644
--- a/src/decoder/plugins/FfmpegMetaData.hxx
+++ b/src/decoder/plugins/FfmpegMetaData.hxx
@@ -32,7 +32,7 @@ extern "C" {
struct tag_handler;
void
-ffmpeg_scan_dictionary(AVDictionary *dict,
- const tag_handler *handler, void *handler_ctx);
+FfmpegScanDictionary(AVDictionary *dict,
+ const tag_handler *handler, void *handler_ctx);
#endif