[FFmpeg-devel] [PATCH] Fixed broken aselect filter (PR #20949)

2025-11-17 Thread anders-mjoll via ffmpeg-devel
PR #20949 opened by anders-mjoll URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20949 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20949.patch During migration to the activation filter API the aselect filter was accidentally turned into a no-op filter. >From dd7f99e5b17acde5de9275872

[FFmpeg-devel] [PATCH] Fix incorrect extraction of Origin (PR #20656)

2025-10-06 Thread anders-mjoll via ffmpeg-devel
PR #20656 opened by anders-mjoll URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20656 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20656.patch The code that attempted to extract origin (4B.02) was put in the wrong metadata handler and was also read as the wrong integer type. According