mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
typo
Originally committed as revision 4387 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
0c1e0bab66
commit
724dc20cf9
@ -335,7 +335,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
if (strcmp(name,"WM/AlbumTitle")==0) { pstrcpy(s->album, sizeof(s->album), value); }
|
||||
av_free(value);
|
||||
}
|
||||
if ((value_type >= 2) || (value_type <= 5)) // boolean or DWORD or QWORD or WORD
|
||||
if ((value_type >= 2) && (value_type <= 5)) // boolean or DWORD or QWORD or WORD
|
||||
{
|
||||
if (value_type==2) value_num = get_le32(pb);
|
||||
if (value_type==3) value_num = get_le32(pb);
|
||||
|
Loading…
Reference in New Issue
Block a user