X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fffmpeg_subtitle_stream.h;h=a39b10ffd6624804baa80916a1cfe1f894d32a9e;hp=3ed931b8c996b1691cf0acbe25dc9434d28b1cd1;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hpb=f07d5125a7b609320682689abe40781f096ca25e diff --git a/src/lib/ffmpeg_subtitle_stream.h b/src/lib/ffmpeg_subtitle_stream.h index 3ed931b8c..a39b10ffd 100644 --- a/src/lib/ffmpeg_subtitle_stream.h +++ b/src/lib/ffmpeg_subtitle_stream.h @@ -26,7 +26,7 @@ public: FFmpegSubtitleStream (std::string n, int i) : FFmpegStream (n, i) {} - + FFmpegSubtitleStream (cxml::ConstNodePtr); void as_xml (xmlpp::Node *) const;