1
0

VideoThread.h 333 B

12345678910
  1. #pragma once
  2. #include "AudioSample.h"
  3. #include "../Winamp/wa_ipc.h"
  4. void Video_Init();
  5. void Video_Close();
  6. extern IVideoOutput *videoOutput;
  7. extern VideoSample *video_sample;
  8. extern HANDLE video_start_flushing, video_flush, video_flush_done, video_resume;
  9. extern MP4SampleId nextVideoSampleId; // set in conjunction with video_flush