[FFmpeg-devel] [PATCH 2/3] avcodec/rv60: RealVideo 6.0 decoder
Andreas Rheinhardt
andreas.rheinhardt at outlook.com
Sun Oct 22 16:37:34 EEST 2023
Peter Ross:
> ---
> diff --git a/libavformat/matroska.c b/libavformat/matroska.c
> index 5878594e68..1674806f29 100644
> --- a/libavformat/matroska.c
> +++ b/libavformat/matroska.c
> @@ -95,6 +95,7 @@ const CodecTags ff_mkv_codec_tags[]={
> {"V_REAL/RV20" , AV_CODEC_ID_RV20},
> {"V_REAL/RV30" , AV_CODEC_ID_RV30},
> {"V_REAL/RV40" , AV_CODEC_ID_RV40},
> + {"V_REAL/RV60" , AV_CODEC_ID_RV60},
I don't see the Matroska codec mapping for this.
> {"V_SNOW" , AV_CODEC_ID_SNOW},
> {"V_THEORA" , AV_CODEC_ID_THEORA},
> {"V_UNCOMPRESSED" , AV_CODEC_ID_RAWVIDEO},
- Andreas
More information about the ffmpeg-devel
mailing list