From c2a11f6dd28555d60700440a8290e11d2ee22fb5 Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 3 Sep 2013 18:38:01 +0400 Subject: [PATCH] lib/libcoolstream/playback_cs.h: update apollo header --- lib/libcoolstream/playback_cs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libcoolstream/playback_cs.h b/lib/libcoolstream/playback_cs.h index f65bdc6f0..5a5c61fb6 100644 --- a/lib/libcoolstream/playback_cs.h +++ b/lib/libcoolstream/playback_cs.h @@ -66,6 +66,7 @@ public: void FindAllSubs(uint16_t *pids, unsigned short *supported, uint16_t *numpida, std::string *language); bool SelectSubtitles(int pid); void GetChapters(std::vector &positions, std::vector &titles); + void RequestAbort(); }; #endif // __PLAYBACK_CS_H_