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)
|
ver 0.18.21 (not yet released)
|
||||||
|
* playlist
|
||||||
|
- embcue: fix filename suffix detection
|
||||||
* decoder
|
* decoder
|
||||||
- ffmpeg: fix time stamp underflow
|
- ffmpeg: fix time stamp underflow
|
||||||
|
|
||||||
|
|
|
@ -178,7 +178,7 @@ const struct playlist_plugin embcue_playlist_plugin = {
|
||||||
embcue_playlist_open_uri,
|
embcue_playlist_open_uri,
|
||||||
nullptr,
|
nullptr,
|
||||||
|
|
||||||
|
nullptr,
|
||||||
embcue_playlist_suffixes,
|
embcue_playlist_suffixes,
|
||||||
nullptr,
|
nullptr,
|
||||||
nullptr,
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue