[gstreamer-bugs] [Bug 623654] qtdemux: Fix order of bitrates in 'btrt' atom
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Tue Jul 6 00:53:34 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=623654
GStreamer | gst-plugins-good | unspecified
--- Comment #1 from Arun Raghavan <arun at accosted.net> 2010-07-06 07:53:30 UTC ---
Created an attachment (id=165329)
View: https://bugzilla.gnome.org/attachment.cgi?id=165329
Review: https://bugzilla.gnome.org/review?bug=623654&attachment=165329
qtdemux: Fix order of bitrates in 'btrt' atom
There seems to be a bug in libmp4v2 that generates a MPEG4BitRateBox as
(bufferSizeDB, avgBitrate, maxBitrate) instead of (bufferSizeDB,
maxBitrate, avgBitrate), according to the spec. I used the mp4file
output while writing this code, so the order is wrong. This patches
fixes that.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list