X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fssa_reader.h;h=e9bb06196493b3b0f2e943fb89546b0dc0198044;hb=ceb9ad4b9a6611da0e49e7c3f808dba5e794cec3;hp=aba06cc9a6da6742c95dd0f80591647443516d05;hpb=4320728168bea602527eb101a8094cd95dcfce37;p=libsub.git diff --git a/src/ssa_reader.h b/src/ssa_reader.h index aba06cc..e9bb061 100644 --- a/src/ssa_reader.h +++ b/src/ssa_reader.h @@ -41,7 +41,7 @@ public: SSAReader (FILE* f); SSAReader (std::string subs); - static std::list parse_line (RawSubtitle base, std::string line, int play_res_x, int play_res_y); + static std::vector parse_line (RawSubtitle base, std::string line, int play_res_x, int play_res_y); static void parse_style (RawSubtitle& sub, std::string style, int play_res_x, int play_res_y); private: