avimux: Actually store the largest audio chunk size for the VBR case of MP2/MP3
authorSebastian Dröge <sebastian@centricular.com>
Wed, 27 Apr 2016 10:53:00 +0000 (13:53 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 27 Apr 2016 10:54:31 +0000 (13:54 +0300)
commit34dc1298e9c03a6f2f8f367b344b4c6525bd1d83
treecb123e991d8b172591f8eb2686a6dc229d16e4f3
parent63c284c24ec08c8cdf976f819bcd20868766e57f
avimux: Actually store the largest audio chunk size for the VBR case of MP2/MP3

3ea338ce271e1f6a96d2ed49d4472b091f6f8b7e changed avimux to do that, but it
never actually kept track of the max audio chunk for MP3 and MP2. These are
knowing the hdr.scale only after parsing the frames instead of at setcaps
time.
gst/avi/gstavimux.c