Mercurial > mplayer.hg
changeset 14303:ef29ceb5add1
Raw encoder does not support stride.
author | reimar |
---|---|
date | Sun, 02 Jan 2005 20:01:20 +0000 |
parents | 9929eafe6be5 |
children | 297de78b1498 |
files | libmpcodecs/ve_raw.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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;