mirror of https://git.ffmpeg.org/ffmpeg.git
10l
Originally committed as revision 3174 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
cc11e2b3e4
commit
7520409245
|
@ -325,6 +325,9 @@ static int avi_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
|||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue