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

_______________________________________________
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".

Reply via email to