diff options
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index c5cf1bdf5..975569ba6 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -113,6 +113,11 @@ public: void signal_subtitle_stream_changed(); + /** Remove all IDs from any streams we have. This is only for working around changes + * to stream identification in 2.18.26. + */ + void remove_stream_ids(); + private: void add_properties(std::shared_ptr<const Film> film, std::list<UserProperty> &) const override; |
