Re: [FFmpeg-devel] [GASPP] [PATCH] Ignore trailing whitespace in .ifc directives

2022-05-27 Thread Martin Storsjö
On Wed, 25 May 2022, Martin Storsjö wrote: This fixes handling of cases like ".ifc \foo, bar // comment", where there was trailing whitespace after the condition (before the comment which already was stripped out at this point). --- Will apply after a couple days. This fixes the "lavc/aarch64:

[FFmpeg-devel] [GASPP] [PATCH] Ignore trailing whitespace in .ifc directives

2022-05-25 Thread Martin Storsjö
This fixes handling of cases like ".ifc \foo, bar // comment", where there was trailing whitespace after the condition (before the comment which already was stripped out at this point). --- Will apply after a couple days. This fixes the "lavc/aarch64: add hevc horizontal qpel/uni/bi" patch when bu