[FFmpeg-devel] [PATCH 1/2] avcodec/eac3: add support for dependent stream
Paul B Mahol
onemda at gmail.com
Wed Mar 28 09:46:12 EEST 2018
On 3/28/18, Michael Niedermayer <michael at niedermayer.cc> wrote:
> On Tue, Mar 27, 2018 at 10:55:05PM +0200, Paul B Mahol wrote:
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>> libavcodec/aac_ac3_parser.c | 9 ++-
>> libavcodec/ac3_parser.c | 2 +-
>> libavcodec/ac3dec.c | 177
>> +++++++++++++++++++++++++++++++++++---------
>> libavcodec/ac3dec.h | 10 ++-
>> libavcodec/eac3dec.c | 11 +--
>> 5 files changed, 160 insertions(+), 49 deletions(-)
>
> this changes fate:
> h264
> TEST fifo-muxer-wav
> TEST filter-owdenoise-sample
> --- ./tests/ref/fate/ts-demux 2018-03-26 22:16:55.300383350 +0200
> +++ tests/data/fate/ts-demux 2018-03-28 00:36:45.599977471 +0200
> @@ -13,7 +13,7 @@
> 1, 0, 0, 2880, 1536, 0x773ffeea, S=1, 1,
> 0x00bd00bd
> 1, 2880, 2880, 2880, 1536, 0x6dc10748
> 1, 5760, 5760, 2880, 1536, 0xbab5129c
> -1, 8640, 8640, 2880, 1536, 0x602f034b
> +1, 8640, 8640, 2880, 1536, 0x602f034b, S=1, 1,
> 0x00bd00bd
> 1, 11520, 11520, 2880, 906, 0x69cdcbcd
> 0, 32037, 36541, 1501, 114336, 0x37a215a8, S=1, 1,
> 0x00e000e0
> 0, 33538, 33538, 1501, 12560, 0xb559a3d4, F=0x0, S=1,
> 1, 0x00e000e0
> TEST filter-delogo
> Test ts-demux failed. Look at tests/data/fate/ts-demux.err for details.
> make: *** [fate-ts-demux] Error 1
> make: *** Waiting for unfinished jobs....
Fixed locally. Updated fate ref.
More information about the ffmpeg-devel
mailing list