early-access version 1680
This commit is contained in:
2
externals/ffmpeg/libavformat/mm.c
vendored
2
externals/ffmpeg/libavformat/mm.c
vendored
@@ -175,8 +175,6 @@ static int read_packet(AVFormatContext *s,
|
||||
return 0;
|
||||
|
||||
case MM_TYPE_AUDIO :
|
||||
if (s->nb_streams < 2)
|
||||
return AVERROR_INVALIDDATA;
|
||||
if ((ret = av_get_packet(s->pb, pkt, length)) < 0)
|
||||
return ret;
|
||||
pkt->stream_index = 1;
|
||||
|
Reference in New Issue
Block a user