mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libeplayer3: add hack to decrease libavcodec probe size
almost disable the libavcodec format probing when using "myts://" instead of "file://" urls to improve startup speed for timeshift etc
This commit is contained in:
@@ -31,6 +31,7 @@ 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 */
|
||||
} PlaybackHandler_t;
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user