[FFmpeg-devel] [PATCH 3/3] matroska: add support for Opus.
Paul B Mahol
onemda at gmail.com
Sun Jan 13 13:04:09 CET 2013
On 7/4/12, Nicolas George <nicolas.george at normalesup.org> wrote:
> Opus in Matroska is still a draft.
And what happens when user creates files with ffmpeg and after few years
he finds they are not played at all?
>
> Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
> ---
> libavformat/matroska.c | 1 +
> 1 file changed, 1 insertion(+)
>
>
> Makes -c copy work from an Ogg file produced by the reference oggenc.
>
>
> diff --git a/libavformat/matroska.c b/libavformat/matroska.c
> index 52481d7..5e9a6ca 100644
> --- a/libavformat/matroska.c
> +++ b/libavformat/matroska.c
> @@ -31,6 +31,7 @@ const CodecTags ff_mkv_codec_tags[]={
> {"A_MPEG/L2" , CODEC_ID_MP2},
> {"A_MPEG/L1" , CODEC_ID_MP2},
> {"A_MPEG/L3" , CODEC_ID_MP3},
> + {"A_OPUS", CODEC_ID_OPUS},
> {"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F32LE},
> {"A_PCM/FLOAT/IEEE" , CODEC_ID_PCM_F64LE},
> {"A_PCM/INT/BIG" , CODEC_ID_PCM_S16BE},
> --
> 1.7.10
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list