X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fdvb%2Ftstools.h;h=9d66efc175ec06a6d7dfa26e8b0eac5147f0968e;hp=99827921f84fc20e21fc6e1e172bae88f3e9d3a9;hb=fe619dbed1c9bf14a0d442cc16d7e968769bbcc0;hpb=5c23ca59b7a3bb2d3a2bf3b7ffc78e1ffa170200 diff --git a/lib/dvb/tstools.h b/lib/dvb/tstools.h index 9982792..9d66efc 100644 --- a/lib/dvb/tstools.h +++ b/lib/dvb/tstools.h @@ -74,7 +74,7 @@ public: return values are the new offset, the length of the found frame (both unaligned), and the (signed) number of frames skipped. */ - int findFrame(off_t &offset, size_t &len, int &direction, int frame_types = frametypeI); + int findFrame(off_t &_iframe_offset, off_t &offset, size_t &len, int &direction, int frame_types = frametypeI); int findNextPicture(off_t &offset, size_t &len, int &distance, int frame_types = frametypeAll); private: int m_pid;