Mercurial > mplayer.hg
diff libmpcodecs/ve_raw.c @ 14303:ef29ceb5add1
Raw encoder does not support stride.
| author | reimar |
|---|---|
| date | Sun, 02 Jan 2005 20:01:20 +0000 |
| parents | 656a1b45b309 |
| children | acf3241be19b |
line wrap: on
line diff
--- a/libmpcodecs/ve_raw.c Sun Jan 02 16:44:44 2005 +0000 +++ b/libmpcodecs/ve_raw.c Sun Jan 02 20:01:20 2005 +0000 @@ -128,6 +128,7 @@ 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;
