comparison matroska.c @ 4164:56b7ebdf9ef4 libavformat

Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in the AVStream->AVCodecContext->bit_rate field, which is not in the MDPR block (the "OpaqueData" SDP field). This allows clients to choose streams based on their bitrate, which is what most network-players base stream selection on. (Of course, it is also possible to select based on anything else, that is entirely up to the client.) See "[PATCH] rdt.c: ASM rulebook bitrate reading" thread on mailinglist.
author rbultje
date Wed, 07 Jan 2009 14:41:40 +0000
parents 722d6aed4828
children 5b9eddbee9c4
comparison
equal deleted inserted replaced
4163:8d6512cbd657 4164:56b7ebdf9ef4