Re: [FFmpeg-devel] [PATCH] avcodec/dolby_e: split decoder and parser more thoroughly

2021-01-25 Thread Paul B Mahol
Probably OK idea, but wait maybe for others few hours. ___ 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 "unsubsc

[FFmpeg-devel] [PATCH] avcodec/dolby_e: split decoder and parser more thoroughly

2021-01-25 Thread James Almer
Neither module should depend on the other, so move shared functions to their own file for this purpose, and ensure source files are compiled only when the required modules are enabled. dolby_e.c/h - Decoder only functions, tables and structures. dolby_e_parser.c - Parser only functions, tables and