Re: [FFmpeg-devel] [PATCH] avcodec/ac3_parser: recognize LE bitstream variant

2020-02-23 Thread Paul B Mahol
will apply On 2/21/20, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/ac3_parser.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libavcodec/ac3_parser.c b/libavcodec/ac3_parser.c > index 1e203ae6ac..ba171653ef 100644 > --- a/libavcodec/ac3_parser.c > +++ b

[FFmpeg-devel] [PATCH] avcodec/ac3_parser: recognize LE bitstream variant

2020-02-21 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/ac3_parser.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavcodec/ac3_parser.c b/libavcodec/ac3_parser.c index 1e203ae6ac..ba171653ef 100644 --- a/libavcodec/ac3_parser.c +++ b/libavcodec/ac3_parser.c @@ -201,6 +201,12 @@ static int ac3_s