playlist/embcue: fix filename suffix detection

The definition of the playlist_plugin struct member of the embcue
plugin was incorrect.
This commit is contained in:
k44 2014-12-16 18:43:05 +01:00 committed by Max Kellermann
parent fa4beeee75
commit 773de38bd9
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,4 +1,6 @@
ver 0.18.21 (not yet released)
* playlist
- embcue: fix filename suffix detection
* decoder
- ffmpeg: fix time stamp underflow

View File

@ -178,7 +178,7 @@ const struct playlist_plugin embcue_playlist_plugin = {
embcue_playlist_open_uri,
nullptr,
nullptr,
embcue_playlist_suffixes,
nullptr,
nullptr,
};