1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-18 13:14:36 +00:00

set pix_fmt

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15350 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
michael 2005-05-05 09:47:41 +00:00
parent 4361408be3
commit 89df244cce

View File

@ -215,6 +215,7 @@ static int open(vf_instance_t *vf, char* args){
#endif
#endif
lavc_venc_context.gop_size = 0; // I-only
lavc_venc_context.pix_fmt= PIX_FMT_YUV420P;
return 1;
}