[Bug 702003] [libav] renegotiation might cause corrupted video

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 11 04:37:14 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=702003
  GStreamer | gst-libav | 1.x

--- Comment #2 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2013-06-11 11:37:08 UTC ---
In avcodec_open2 you can find:

    if (avctx->coded_width && avctx->coded_height)
        avcodec_set_dimensions(avctx, avctx->coded_width, avctx->coded_height);
    else if (avctx->width && avctx->height)
        avcodec_set_dimensions(avctx, avctx->width, avctx->height);

That are the lines that set the coded_width/_height if available

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