[Bug 705667] Some fixes to vc1parse
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Aug 8 05:41:59 PDT 2013
https://bugzilla.gnome.org/show_bug.cgi?id=705667
GStreamer | gst-plugins-bad | git
--- Comment #1 from sreerenj <bsreerenj at gmail.com> 2013-08-08 12:41:56 UTC ---
Created an attachment (id=251154)
View: https://bugzilla.gnome.org/attachment.cgi?id=251154
Review: https://bugzilla.gnome.org/review?bug=705667&attachment=251154
vc1parse: Fix the SequenceLayer handling for advanced profile.
The Sequence Header Data Structure STRUCT_C for Advanced Profile has only one
valid field which is the profile indicator. Don't use the reserved fields for
fps update like Simple/Main profile.
Even with out this patch the code will work fine because the codecparser
library won't try to read the reserved values of STRUCT_C for advanced profile
by default. But this patch make it bit more clear and avoiding the if(..)
execution completely for advanced profile.
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list