GNOME Bugzilla – Bug 727867
qtdemux: Does not return stream flags from trex atom
Last modified: 2014-04-09 06:59:35 UTC
I found duplicated source code in qtdemux_parse_trex function. When we get the default sample size in this function, it's duplicated. For code efficiency, we should remove it. The following patch remove duplicated source code in qtdemux.
Created attachment 273842 [details] [review] The following patch remove duplicated source code in qtdemux.
Thanks for the patch, but actually it should've returned the stream flags there in the second line :) commit d47806320d13df5e2c8db7e07a87c54c75c5b6a1 Author: Sebastian Dröge <sebastian@centricular.com> Date: Wed Apr 9 08:58:04 2014 +0200 qtdemux: Properly return stream flags when parsing trex atom https://bugzilla.gnome.org/show_bug.cgi?id=727867