Mercurial > libavformat.hg
changeset 472:fd31daf8df85 libavformat
10l
author | michael |
---|---|
date | Sun, 30 May 2004 01:04:50 +0000 |
parents | 8b7a8dccde70 |
children | e0a66a870b7f |
files | avidec.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/avidec.c Sun May 30 00:43:43 2004 +0000 +++ b/avidec.c Sun May 30 01:04:50 2004 +0000 @@ -325,6 +325,9 @@ st->codec.codec_id = CODEC_ID_XAN_DPCM; break; default: + st->codec.codec_type = CODEC_TYPE_DATA; + st->codec.codec_id= CODEC_ID_NONE; + st->codec.codec_tag= 0; url_fskip(pb, size); break; }