Skip to content
  • Philippe Gorley's avatar
    video: replace yuv422_clear_to_black · c2bfe7cc
    Philippe Gorley authored
    FFmpeg's av_image_fill_black supports more pixel formats.
    
    Works around casting int* to ptrdiff_t* on platforms where ptrdiff_t
    is not the same size as int by recreating the linesize array.
    
    Change-Id: I2825b18c6acc921a3cd3bb1398565df0aa657153
    c2bfe7cc