Skip to content

Commit

Permalink
VideoPlayer: inputstream, fix cp error
Browse files Browse the repository at this point in the history
  • Loading branch information
FernetMenta committed Apr 3, 2016
1 parent 835e2b3 commit e9a6d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ extern "C" {
DemuxPacket* (__cdecl* DemuxRead)(void);
bool (__cdecl* DemuxSeekTime)(int, bool, double*);
void (__cdecl* DemuxSetSpeed)(int);
bool (__cdecl* SetVideoResolution)(int, int);
void (__cdecl* SetVideoResolution)(int, int);

// IDisplayTime
int (__cdecl* GetTotalTime)(void);
Expand Down

0 comments on commit e9a6d59

Please sign in to comment.