Re: [FFmpeg-devel] [PATCH] swscale: fix deprecation message for JPEG

2021-12-05 Thread Werner Robitza
On Wed, Nov 24, 2021 at 12:57 PM Werner Robitza wrote: > > This message frequently confuses end users, making them think that they are > doing something wrong [1]. > > The fact that the "J" format itself is deprecated should not be bothering > the end users. > > Since the format can only be change

[FFmpeg-devel] [PATCH] swscale: fix deprecation message for JPEG

2021-11-24 Thread Werner Robitza
This message frequently confuses end users, making them think that they are doing something wrong [1]. The fact that the "J" format itself is deprecated should not be bothering the end users. Since the format can only be changed when the handle_jpeg() function is called, this means we can tell th