GNOME Bugzilla – Bug 586019
[mxfdemux] stray semicolons after if statement
Last modified: 2009-06-18 20:22:44 UTC
Surely these are wrong? No idea what exactly they break though, I'm sure slomo will know ;)
Created attachment 136752 [details] [review] fix stray semicolons
The patch is correct, it's just an optimization that isn't used when the semicolon is there ;) At that point the prev_partition fields of the partitions are set to the previous partition if known already (otherwise we have to search later but most MXF files already have this set in the files). Both parts of the diff are actually doing the same btw ;)