ext/ogg/gstogmparse.c: Fix crash due to broken bitstream parsing on x86-64: can't...
authorTim-Philipp Müller <tim@centricular.net>
Wed, 23 Aug 2006 12:14:20 +0000 (12:14 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 23 Aug 2006 12:14:20 +0000 (12:14 +0000)
commit7af03fb8b372d3a169418e828f14423350024643
treedc75bb92fedb7bc102e9c056465171c90f07dc69
parent253831a5499ca02dee165cff337c2061fd034f07
ext/ogg/gstogmparse.c: Fix crash due to broken bitstream parsing on x86-64: can't make any assumptions about sizeof(s...

Original commit message from CVS:
* ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
Fix crash due to broken bitstream parsing on x86-64: can't make
any assumptions about sizeof(struct) due to alignment/packing
differences on different architectures. Fixes #351790.
ChangeLog
common
ext/ogg/gstogmparse.c