GNOME Bugzilla – Bug 736543
matroska:OR and Bitwise OR of the same flag twice
Last modified: 2014-09-12 12:04:02 UTC
Created attachment 286005 [details] [review] OR and bitwise OR of the same flag twice In both files matroska-mux.c and matroska-demux.c Bitwise OR and OR of the same flag is done. please review.
Thanks for the patch. The matroskademux fix is not correct, it should check for 28_8 instead, the other chunk is fine of course: commit 4242495ea74b0eccda8d5f8f32e69b1845624ccf Author: Anuj Jaiswal <anuj.jaiswal@samsung.com> Date: Fri Sep 12 13:36:18 2014 +0530 matroskamux: don't bitwise OR the same flag twice https://bugzilla.gnome.org//show_bug.cgi?id=736543 commit 4c08f2694d5998138bb2653892d9b688005e161c Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Sep 12 10:35:36 2014 +0100 matroskademux: handle real audio 28_8 Fixes duplicate check for 14_4. https://bugzilla.gnome.org//show_bug.cgi?id=736543
Ok. Thanks for reviewing I'll make changes and add patch for the matroskademux also.
I've fixed it already now.