Re: [FFmpeg-devel] [PATCH 3/5] avcodec: Factor updating palette out

2021-03-17 Thread Andreas Rheinhardt
Andreas Rheinhardt: > James Almer: >> On 3/17/2021 8:59 PM, Andreas Rheinhardt wrote: >>> Because the properties of frames returned from ff_get/reget_buffer >>> are not reset at all, lots of returned frames had palette_has_changed >>> wrongly set to 1. This has been changed, too. >>> >>> Signed-off

Re: [FFmpeg-devel] [PATCH 3/5] avcodec: Factor updating palette out

2021-03-17 Thread Andreas Rheinhardt
James Almer: > On 3/17/2021 8:59 PM, Andreas Rheinhardt wrote: >> Because the properties of frames returned from ff_get/reget_buffer >> are not reset at all, lots of returned frames had palette_has_changed >> wrongly set to 1. This has been changed, too. >> >> Signed-off-by: Andreas Rheinhardt >>

Re: [FFmpeg-devel] [PATCH 3/5] avcodec: Factor updating palette out

2021-03-17 Thread James Almer
On 3/17/2021 8:59 PM, Andreas Rheinhardt wrote: Because the properties of frames returned from ff_get/reget_buffer are not reset at all, lots of returned frames had palette_has_changed wrongly set to 1. This has been changed, too. Signed-off-by: Andreas Rheinhardt --- libavcodec/8bps.c

[FFmpeg-devel] [PATCH 3/5] avcodec: Factor updating palette out

2021-03-17 Thread Andreas Rheinhardt
Because the properties of frames returned from ff_get/reget_buffer are not reset at all, lots of returned frames had palette_has_changed wrongly set to 1. This has been changed, too. Signed-off-by: Andreas Rheinhardt --- libavcodec/8bps.c | 11 +-- libavcodec/cinepak.c|