libeplayer3: add callback to abort avformat_open_input

This commit is contained in:
martii
2013-03-10 15:44:30 +01:00
parent bf87a25c4d
commit f546bd5218
3 changed files with 16 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ typedef struct PlaybackHandler_s {
unsigned char isDvbSubtitle;
unsigned char isTeletext;
unsigned char mayWriteToFramebuffer;
unsigned char abortRequested;
#endif
int (* Command) (/*Context_t*/void *, PlaybackCmd_t, void *);