Re: [FFmpeg-devel] [PATCH] lavf/spdifdec: support EAC3

2023-01-13 Thread Aman Karmani
On Tue, Jan 10, 2023 at 6:49 PM rcombs wrote: > Parsing should probably be enabled for all codecs, at least for headers, > but e.g. the AAC parser produces 1-byte packets of zero padding with it, > so I'm just enabling it for EAC3 for the moment. > --- > libavformat/spdifdec.c | 19 +-

[FFmpeg-devel] [PATCH] lavf/spdifdec: support EAC3

2023-01-10 Thread rcombs
Parsing should probably be enabled for all codecs, at least for headers, but e.g. the AAC parser produces 1-byte packets of zero padding with it, so I'm just enabling it for EAC3 for the moment. --- libavformat/spdifdec.c | 19 +- tests/fate/spdif.mak| 3 + tests/ref/fate/s