Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add pcm-bluray encoder

2022-03-04 Thread Paul B Mahol
Gonna apply this 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 2/2] avcodec: add pcm-bluray encoder

2022-02-28 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/pcm-blurayenc.c | 291 + 3 files changed, 293 insertions(+) create mode 100644 libavcodec/pcm-blurayenc.c diff --git a/libavcodec/Makefile b/lib

Re: [FFmpeg-devel] [PATCH 2/2] avcodec: add pcm-bluray encoder

2022-02-28 Thread Michael Niedermayer
On Sat, Feb 26, 2022 at 08:31:43PM +0100, Paul B Mahol wrote: > Signed-off-by: Paul B Mahol > --- > libavcodec/Makefile| 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/pcm-blurayenc.c | 291 + > 3 files changed, 293 insertions(+) > create mo

[FFmpeg-devel] [PATCH 2/2] avcodec: add pcm-bluray encoder

2022-02-26 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- libavcodec/Makefile| 1 + libavcodec/allcodecs.c | 1 + libavcodec/pcm-blurayenc.c | 291 + 3 files changed, 293 insertions(+) create mode 100644 libavcodec/pcm-blurayenc.c diff --git a/libavcodec/Makefile b/lib