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:
parent
fa4beeee75
commit
773de38bd9
2
NEWS
2
NEWS
@ -1,4 +1,6 @@
|
||||
ver 0.18.21 (not yet released)
|
||||
* playlist
|
||||
- embcue: fix filename suffix detection
|
||||
* decoder
|
||||
- ffmpeg: fix time stamp underflow
|
||||
|
||||
|
@ -178,7 +178,7 @@ const struct playlist_plugin embcue_playlist_plugin = {
|
||||
embcue_playlist_open_uri,
|
||||
nullptr,
|
||||
|
||||
nullptr,
|
||||
embcue_playlist_suffixes,
|
||||
nullptr,
|
||||
nullptr,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user