Mercurial > libavformat.hg
changeset 4931:c4c2ed0868cf libavformat
remove comment
author | bcoudurier |
---|---|
date | Wed, 13 May 2009 07:57:08 +0000 |
parents | 1f151bcb0b27 |
children | af0ca3f0643f |
files | mov.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mov.c Wed May 13 07:55:03 2009 +0000 +++ b/mov.c Wed May 13 07:57:08 2009 +0000 @@ -1241,7 +1241,7 @@ AVStream *st; MOVStreamContext *sc; - if (c->fc->nb_streams < 1) // will happen with jp2 files + if (c->fc->nb_streams < 1) return 0; st = c->fc->streams[c->fc->nb_streams-1]; sc = st->priv_data;