Carl Eugen Hoyos ag.or.at> writes:
> Attached is a variant of my patch from years ago,
> the lavc part is a revert of an earlier codec removal.
Missing a line in allcodecs.c:
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index ce97746..2b936a6 100644
--- a/libavcodec/allcodecs.c
On Thursday 11 June 2015 05:05:48 am Michael Niedermayer wrote:
> Fixes Ticket2758
> +if (avctx->bits_per_coded_sample != 16) {
> +avpriv_request_sample(avctx, "Unsupported sample size\n");
24bit sample is available:
http://samples.ffmpeg.org/DVD-Audio/ats.AOB
Attached is a variant o
Fixes Ticket2758
Signed-off-by: Michael Niedermayer
---
libavcodec/pcm-dvd.c | 70 ++
1 file changed, 70 insertions(+)
diff --git a/libavcodec/pcm-dvd.c b/libavcodec/pcm-dvd.c
index e729cb6..7aec415 100644
--- a/libavcodec/pcm-dvd.c
+++ b/libavc