aboutsummaryrefslogtreecommitdiff
path: root/Src/Plugins/Input/in_mp4/VideoThread.h
blob: 389e3cf8dd8a87e3f1dd8264fbad2a07dcb0c439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#pragma once
#include "AudioSample.h"
#include "../Winamp/wa_ipc.h"
void Video_Init();
void Video_Close();

extern IVideoOutput *videoOutput;
extern VideoSample *video_sample;
extern HANDLE video_start_flushing, video_flush, video_flush_done, video_resume;
extern MP4SampleId nextVideoSampleId; // set in conjunction with video_flush