mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
Fix typeo in some rarely used memoization
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
d31c68a7ed
commit
b55dd10d62
@ -342,7 +342,7 @@ static int flv_read_metabody(AVFormatContext *s, int64_t next_pos) {
|
||||
stream = s->streams[i];
|
||||
if(stream->codec->codec_type == AVMEDIA_TYPE_VIDEO) vstream = stream;
|
||||
else if(stream->codec->codec_type == AVMEDIA_TYPE_AUDIO) astream = stream;
|
||||
else if(stream->codec->codec_type == AVMEDIA_TYPE_VIDEO) dstream = stream;
|
||||
else if(stream->codec->codec_type == AVMEDIA_TYPE_DATA) dstream = stream;
|
||||
}
|
||||
|
||||
//parse the second object (we want a mixed array)
|
||||
|
Loading…
Reference in New Issue
Block a user