Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/LAVVideo/decoders/ILAVDecoder.h')
-rw-r--r--decoder/LAVVideo/decoders/ILAVDecoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoder/LAVVideo/decoders/ILAVDecoder.h b/decoder/LAVVideo/decoders/ILAVDecoder.h
index dc34aa04..fa015f3a 100644
--- a/decoder/LAVVideo/decoders/ILAVDecoder.h
+++ b/decoder/LAVVideo/decoders/ILAVDecoder.h
@@ -75,7 +75,7 @@ LAVPixFmtDesc getPixelFormatDesc(LAVPixelFormat pixFmt);
/**
* Map the LAV Pixel Format to a FFMpeg pixel format (for swscale, etc)
*/
-PixelFormat getFFPixelFormatFromLAV(LAVPixelFormat pixFmt, int bpp);
+AVPixelFormat getFFPixelFormatFromLAV(LAVPixelFormat pixFmt, int bpp);
/**
* A Video Frame
@@ -156,7 +156,7 @@ HRESULT CopyLAVFrameInPlace(LAVFrame *pFrame);
typedef struct LAVPinInfo
{
DWORD flags; ///< Flags that describe the video content (see ILAVPinInfo.h for valid values)
- PixelFormat pix_fmt; ///< The pixel format used
+ AVPixelFormat pix_fmt; ///< The pixel format used
int has_b_frames;
} LAVPinInfo;