mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user