mirror of
https://github.com/opencv/opencv.git
synced 2024-11-27 12:40:05 +08:00
10 lines
100 B
C++
10 lines
100 B
C++
|
|
||
|
#include <windows.h>
|
||
|
#include <vfw.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
AVIFileInit();
|
||
|
AVIFileExit();
|
||
|
return 0;
|
||
|
}
|