forked from FFmpeg/FFmpeg
Read asf file header fields in the right order
Patch by Rafaël Carré ( funman videolan org ) Originally committed as revision 12926 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3ade5d56d0
commit
b4bbcd635f
1 changed files with 1 additions and 1 deletions
|
@ -186,8 +186,8 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
|||
asf->hdr.file_size = get_le64(pb);
|
||||
asf->hdr.create_time = get_le64(pb);
|
||||
asf->nb_packets = get_le64(pb);
|
||||
asf->hdr.send_time = get_le64(pb);
|
||||
asf->hdr.play_time = get_le64(pb);
|
||||
asf->hdr.send_time = get_le64(pb);
|
||||
asf->hdr.preroll = get_le32(pb);
|
||||
asf->hdr.ignore = get_le32(pb);
|
||||
asf->hdr.flags = get_le32(pb);
|
||||
|
|
Loading…
Add table
Reference in a new issue