Skip to content
  • Thomas Guillem's avatar
    transcode/video: fix corruption of dec->fmt_in · 1f8021e5
    Thomas Guillem authored
    This could lead to a crash when the decoder module was modifying/writing on
    fmt_out.video.p_palette, fmt_out.psz_description or fmt_out.p_extra_languages
    (so as soon as avcodec is updating its fmt_out).
    
    The decoder fmt_out is already initialised from transcode/transcode.c.
    
    sq
    1f8021e5