Re: [FFmpeg-devel] [PATCH 2/2] libavcodec/sanm: fix XPAL handling

2024-11-20 Thread Peter Ross
On Fri, Nov 08, 2024 at 09:55:04AM +0100, Manuel Lauss wrote: > Outlaws' RAE.SAN file did not properly fade out in certain scenes, > but simply turned to black as soon as the first XPAL chunk with > the apply command was encountered. > > Signed-off-by: Manuel Lauss i have tested this with few Ou

[FFmpeg-devel] [PATCH 2/2] libavcodec/sanm: fix XPAL handling

2024-11-08 Thread Manuel Lauss
Outlaws' RAE.SAN file did not properly fade out in certain scenes, but simply turned to black as soon as the first XPAL chunk with the apply command was encountered. Signed-off-by: Manuel Lauss --- libavcodec/sanm.c | 69 --- 1 file changed, 41 inserti