From 92c780879605a52da6cd338af22f935cfca8feb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 14 Jan 2008 10:52:20 +0000 Subject: 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. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e155bc5f..fd843172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-14 Sebastian Dröge + + * gst/xingheader/gstxingmux.c: (generate_xing_header): + Bitrate is 4 bits, not 8 so check for 0xe as maximum value instead + of 0xfe. + 2008-01-14 Sebastian Dröge * gst/xingheader/gstxingmux.c: (generate_xing_header): -- cgit v1.2.1