Commit 773de38b authored by k44's avatar k44 Committed by Max Kellermann

playlist/embcue: fix filename suffix detection

The definition of the playlist_plugin struct member of the embcue plugin was incorrect.
parent fa4beeee
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 = { ...@@ -178,7 +178,7 @@ const struct playlist_plugin embcue_playlist_plugin = {
embcue_playlist_open_uri, embcue_playlist_open_uri,
nullptr, nullptr,
embcue_playlist_suffixes,
nullptr, nullptr,
embcue_playlist_suffixes,
nullptr, nullptr,
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment