[FFmpeg-devel] [PATCH] Add AAC_xHE case to aacdec_template.c for demuxing

2024-04-02 Thread Ted Meyer via ffmpeg-devel
From: Ted Meyer The parser needs to be able to be created when demuxing, otherwise the channel count and layout can't be successfully generated. Signed-off-by: Ted Meyer --- libavcodec/aacdec_template.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/aacdec_templat

[FFmpeg-devel] Export display matrix mirroring info as part of the rotate API

2019-05-16 Thread Ted Meyer
Right now ffmpeg doesn't export a mirroring status when checking the display matrix for rotation. Here is an example video: https://files.tedm.io/flip.mp4 -Ted From 7121cecdd54f403cb857dbfd056ca22253d6948a Mon Sep 17 00:00:00 2001 From: Ted Meyer Date: Thu, 16 May 2019 14:17:51 -0700 Su