decoder/ffpmeg: rename functions to CamelCase

This commit is contained in:
Max Kellermann
2014-12-10 13:05:28 +01:00
parent bcd97f5887
commit 0c1e428c7d
3 changed files with 17 additions and 17 deletions

View File

@@ -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