Re: [FFmpeg-devel] [PATCH] avcodec: add PCM-DVD encoder

2018-11-26 Thread Carl Eugen Hoyos
2018-11-26 20:48 GMT+01:00, Paul B Mahol : > TODO: add >16 bit support, needs to muxer update. Please mention ticket #6784. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] avcodec: add PCM-DVD encoder

2018-11-26 Thread Paul B Mahol
TODO: add >16 bit support, needs to muxer update. Signed-off-by: Paul B Mahol --- libavcodec/Makefile | 1 + libavcodec/allcodecs.c | 1 + libavcodec/pcm-dvdenc.c | 159 3 files changed, 161 insertions(+) create mode 100644