summaryrefslogtreecommitdiffstats
path: root/video/filter/vf_noformat.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/filter/vf_noformat.c')
-rw-r--r--video/filter/vf_noformat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf_noformat.c b/video/filter/vf_noformat.c
index 6964a2955c..3d7e841db6 100644
--- a/video/filter/vf_noformat.c
+++ b/video/filter/vf_noformat.c
@@ -34,7 +34,7 @@
static struct vf_priv_s {
unsigned int fmt;
} const vf_priv_dflt = {
- IMGFMT_YV12
+ IMGFMT_420P
};
//===========================================================================//