gst/xingheader/gstxingmux.c: Bitrate is 4 bits, not 8 so check for 0xe as maximum...
authorSebastian Dröge <slomo@circular-chaos.org>
Mon, 14 Jan 2008 10:52:20 +0000 (10:52 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Mon, 14 Jan 2008 10:52:20 +0000 (10:52 +0000)
commit790c1041e5b442859672882210afc6a982caab54
treef23f58a7508ee287d447a2ce2e4cd1372ce2cee5
parentbe2f3d1d992e9b80710001db275c982bbfd5487a
gst/xingheader/gstxingmux.c: Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead of 0xfe.

Original commit message from CVS:
* gst/xingheader/gstxingmux.c: (generate_xing_header):
Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead
of 0xfe.
gst/mpegaudioparse/gstxingmux.c