mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 03:00:14 +08:00
11 lines
101 B
C++
11 lines
101 B
C++
|
|
#include <windows.h>
|
|
#include <vfw.h>
|
|
|
|
int main()
|
|
{
|
|
AVIFileInit();
|
|
AVIFileExit();
|
|
return 0;
|
|
}
|