From 96bcd8546bd933547ea7d25a7120a40112f97d49 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c2a11f6dd28555d60700440a8290e11d2ee22fb5 Author: [CST] Focus Date: 2013-09-03 (Tue, 03 Sep 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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_