changeset 15349:d73a6d42a27f

set pix_fmt
author michael
date Thu, 05 May 2005 09:47:41 +0000
parents 02bc9f03a2ef
children e863a19b0573
files libmpcodecs/vf_lavc.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_lavc.c	Thu May 05 09:04:48 2005 +0000
+++ b/libmpcodecs/vf_lavc.c	Thu May 05 09:47:41 2005 +0000
@@ -215,6 +215,7 @@
 #endif
 #endif
     lavc_venc_context.gop_size = 0; // I-only
+    lavc_venc_context.pix_fmt= PIX_FMT_YUV420P;
 
     return 1;
 }