GNOME Bugzilla – Bug 762351
codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag
Last modified: 2016-02-20 08:58:17 UTC
Currently the slice_deblocking_filter_disabled_flag is inferred to be zero when not present, but the specification states that it should be inferred to the value of pps_deblocking_filter_disabled_flag when not present.
Created attachment 321702 [details] [review] [PATCH] codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag
commit cf0d45c100d884e9717ab9b6b94dcdd3771f9ea3 Author: Scott D Phillips <scott.d.phillips@intel.com> Date: Fri Feb 19 14:27:59 2016 -0800 codecparsers: h265: Fix initialization of slice_deblocking_filter_disabled_flag H.265 7.4.7.1 says: > When slice_deblocking_filter_disabled_flag is not present, it is > inferred to be equal to pps_deblocking_filter_disabled_flag. https://bugzilla.gnome.org/show_bug.cgi?id=762351