Files
UltraGrid/src/libavcodec
Martin Pulec bd994f4bfd lavc: encapsulate input conversion
Handle conversion to codec supported input pixel format entirely in
to_lavc_vid_conv.

+ removed AVPixelFormats (both codec input and sws input) from struct
  (no longer needed)
+ cleanup - set sws pointer to NULL (prevent potential double free)
2023-02-21 10:28:04 +01:00
..