On 4/2/2024 7:50 PM, Eugene Zemtsov via ffmpeg-devel wrote:
Is there anything I can do to get this path applied?
I can make iamfdec optional for mov demuxer in the same change if it's
something you're willing to do.
This change as is is not ok because CONFIG_IAMFDEC is always true when
buildin
Is there anything I can do to get this path applied?
I can make iamfdec optional for mov demuxer in the same change if it's
something you're willing to do.
On Wed, Mar 27, 2024 at 5:43 PM Eugene Zemtsov wrote:
>
> > Can you elaborate why you need this? In configure the mov demuxer
> > selects iam
> Can you elaborate why you need this? In configure the mov demuxer
> selects iamfdec, so it will always be present and compiled.
Chromium doesn't use Immersive Audio, but the code for handling it
bloats Android binaries,
that's why we disabled it.
I have a second patch that disables iamfdec by d
On 3/27/2024 8:55 PM, Eugene Zemtsov via ffmpeg-devel wrote:
From: Eugene Zemtsov
Signed-off-by: Eugene Zemtsov
---
libavformat/mov.c | 15 ++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index c55778f3ef..662301bf67 100644
From: Eugene Zemtsov
Signed-off-by: Eugene Zemtsov
---
libavformat/mov.c | 15 ++-
1 file changed, 14 insertions(+), 1 deletion(-)
diff --git a/libavformat/mov.c b/libavformat/mov.c
index c55778f3ef..662301bf67 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -839,6 +839,7