Re: [FFmpeg-devel] [PATCH 1/2] avcodec/dolby_e: Add a parser

2021-01-25 Thread Paul B Mahol
Will apply soon. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH 1/2] avcodec/dolby_e: Add a parser

2021-01-25 Thread Nicolas Gaullier
--- Changelog| 1 + libavcodec/dolby_e.c | 254 +++ libavcodec/dolby_e.h | 38 ++- libavcodec/parsers.c | 1 + libavcodec/version.h | 4 +- 5 files changed, 199 insertions(+), 99 deletions(-) diff --git a/Changelog b/Changelog index 7

[FFmpeg-devel] [PATCH 1/2] avcodec/dolby_e: Add a parser

2021-01-14 Thread Nicolas Gaullier
--- Changelog| 1 + libavcodec/dolby_e.c | 254 +++ libavcodec/dolby_e.h | 38 ++- libavcodec/parsers.c | 1 + libavcodec/version.h | 2 +- 5 files changed, 198 insertions(+), 98 deletions(-) diff --git a/Changelog b/Changelog index d