summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_mcdeint.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-03-18 01:18:40 +0100
committerMichael Niedermayer <michaelni@gmx.at>2015-03-18 01:18:40 +0100
commit0f16dfda50cb6b7b13e2a3f02f0823f67eeca748 (patch)
tree7076e88c327db607dcee8e4b07f011d9222aeeef /libavfilter/vf_mcdeint.c
parent4fae55632236277865f736431bdf1dfaa0649116 (diff)
downloadffmpeg-streaming-0f16dfda50cb6b7b13e2a3f02f0823f67eeca748.zip
ffmpeg-streaming-0f16dfda50cb6b7b13e2a3f02f0823f67eeca748.tar.gz
Replace PixelFormats which sneaked in over time or where forgotten by AVPixelFormats
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_mcdeint.c')
-rw-r--r--libavfilter/vf_mcdeint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_mcdeint.c b/libavfilter/vf_mcdeint.c
index 402a6cc..fc91d2f 100644
--- a/libavfilter/vf_mcdeint.c
+++ b/libavfilter/vf_mcdeint.c
@@ -160,7 +160,7 @@ static av_cold void uninit(AVFilterContext *ctx)
static int query_formats(AVFilterContext *ctx)
{
- static const enum PixelFormat pix_fmts[] = {
+ static const enum AVPixelFormat pix_fmts[] = {
AV_PIX_FMT_YUV420P, AV_PIX_FMT_NONE
};
AVFilterFormats *fmts_list = ff_make_format_list(pix_fmts);
OpenPOWER on IntegriCloud