Skip to content

Commit

Permalink
V79 for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jinbangfei committed Jan 24, 2019
1 parent f19fce6 commit 4acbefb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
Binary file modified win32/SamplePlayer/bin/QPlayEng.Dll
Binary file not shown.
Binary file modified win32/SamplePlayer/bin/TestCode.exe
Binary file not shown.
Binary file modified win32/SamplePlayer/bin/qcCodec.dll
Binary file not shown.
7 changes: 7 additions & 0 deletions win32/SamplePlayer/include/qcPlayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,13 @@ typedef struct
// The parameter should be int * QCCodecID
#define QCPLAY_PID_EXT_AUDIO_CODEC QC_PLAY_BASE + 0X0512

// Set to start save output file. The format depend the file ext name.
// The parameter should be char * . The output file name
#define QCPLAY_PID_START_MUX_FILE QC_PLAY_BASE + 0X0520
// Set to stop save output file.
// The parameter should be int * 0 Stop, 1 Pause, 2 Restart.
#define QCPLAY_PID_STOP_MUX_FILE QC_PLAY_BASE + 0X0521

// the video aspect ratio.
typedef struct {
int nWidth;
Expand Down

0 comments on commit 4acbefb

Please sign in to comment.