Raw encoder does not support stride.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14304 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-01-02 20:01:20 +00:00
parent e0bbbcfa83
commit 889572e4ff
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ static int vf_open(vf_instance_t *vf, char* args){
vf->control = control;
vf->query_format = query_format;
vf->put_image = put_image;
vf->default_caps = 0;
vf->priv = malloc(sizeof(struct vf_priv_s));
memset(vf->priv, 0, sizeof(struct vf_priv_s));
vf->priv->mux = (muxer_stream_t*)args;