diff options
Diffstat (limited to 'src/lib/ffmpeg_content.h')
| -rw-r--r-- | src/lib/ffmpeg_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_content.h b/src/lib/ffmpeg_content.h index 8bd84c144..c7dc374fd 100644 --- a/src/lib/ffmpeg_content.h +++ b/src/lib/ffmpeg_content.h @@ -106,7 +106,7 @@ public: std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const; protected: - void add_properties (std::list<std::pair<std::string, std::string> > &) const; + void add_properties (std::list<UserProperty> &) const; private: friend struct ffmpeg_pts_offset_test; |
