mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-16 04:11:12 +00:00
store asf streaming bitrates consistently
patch by Björn Axelsson: [bjorn axelsson intinor se] Originally committed as revision 10130 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f18cae4d6e
commit
a9054d91b7
@ -370,7 +370,7 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
bitrate= get_le32(pb);
|
||||
stream_id= (flags & 0x7f);
|
||||
// av_log(NULL, AV_LOG_ERROR, "flags: 0x%x stream id %d, bitrate %d\n", flags, stream_id, bitrate);
|
||||
asf->stream_bitrates[stream_id-1]= bitrate;
|
||||
asf->stream_bitrates[stream_id]= bitrate;
|
||||
}
|
||||
} else if (!memcmp(&g, &extended_content_header, sizeof(GUID))) {
|
||||
int desc_count, i;
|
||||
|
Loading…
Reference in New Issue
Block a user