[Bug 765365] h264parse: Fails to parse HRD parameters in SPS that ffmpeg accepts just fine

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 22 08:42:20 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765365

--- Comment #5 from sreerenj <bsreerenj at gmail.com> ---
Comment on attachment 326474
  --> https://bugzilla.gnome.org/attachment.cgi?id=326474
annotations


> 
>+  /* FIXME Works if making this < instead of <= */
>   for (sched_sel_idx = 0; sched_sel_idx <= hrd->cpb_cnt_minus1; sched_sel_idx++) {

No, the existing code is right: as per spec
for( SchedSelIdx = 0; SchedSelIdx <= cpb_cnt_minus1; SchedSelIdx++ ) {

-- 
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