mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libstb-hal/libspark/playback: add method for retrieving read-count
This commit is contained in:
@@ -33,8 +33,8 @@ typedef struct PlaybackHandler_s {
|
||||
|
||||
int (* Command) (/*Context_t*/void *, PlaybackCmd_t, void *);
|
||||
char * uri;
|
||||
off_t size;
|
||||
unsigned char noprobe; /* hack: only minimal probing in av_find_stream_info */
|
||||
unsigned long long readCount;
|
||||
} PlaybackHandler_t;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user