13 lines
270 B
C
13 lines
270 B
C
|
#pragma once
|
||
|
#include "guiddef.h"
|
||
|
#include "uuids.h"
|
||
|
extern "C" {
|
||
|
#include "libswscale/swscale.h"
|
||
|
#include "libavformat/avformat.h"
|
||
|
#include "libavcodec/avcodec.h"
|
||
|
#include "libswscale/swscale.h"
|
||
|
#include "libavutil/pixfmt.h"
|
||
|
}
|
||
|
|
||
|
AVPixelFormat GetFormatFromGuid(GUID g);
|