Re: [FFmpeg-devel] [PATCH] sdl2: map AV_PIX_FMT_NONE to SDL_PIXELFORMAT_UNKNOWN

2019-11-01 Thread Marton Balint
On Wed, 30 Oct 2019, Alfred E. Heggestad wrote: This does not change the programs behaviour. The purpose of this patch is to make the code more robust against future changes, in case someone starts using the AV_PIX_FMT_NONE entry. PIX_FMT_NONE signals the end of the array, whatever it maps t

[FFmpeg-devel] [PATCH] sdl2: map AV_PIX_FMT_NONE to SDL_PIXELFORMAT_UNKNOWN

2019-10-30 Thread Alfred E. Heggestad
--- From 6331f77ca00acdaaee0db6b0d2d04fff9f1c70c9 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Wed, 30 Oct 2019 12:30:49 +0100 Subject: [PATCH] sdl2: map AV_PIX_FMT_NONE to SDL_PIXELFORMAT_UNKNOWN This does not change the programs behaviour. The purpose of this patch is to make the