[Bug 706211] applemedia: Garbled output from vtenc_h264

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 2 11:46:12 CEST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=706211
  GStreamer | gst-plugins-bad | 1.1.3

--- Comment #16 from Sebastian Dröge (slomo) <slomo at circular-chaos.org> 2013-10-02 09:46:07 UTC ---
Review of attachment 256240:
 --> (https://bugzilla.gnome.org/review?bug=706211&attachment=256240)

::: sys/applemedia/vtenc.c
@@ +790,3 @@
+      size_t plane_bytes_per_row[num_planes];
+
+      for (size_t i = 0; i != num_planes; i++) {

Also as Tim noted on IRC, don't declare loop variables inside the loop. That's
not C89 compatible :)

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