Mercurial > libavformat.hg
changeset 4085:cdf140e0e952 libavformat
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)
author | aurel |
---|---|
date | Fri, 12 Dec 2008 15:55:08 +0000 |
parents | 96cf19bbdbdc |
children | 722d6aed4828 |
files | matroska.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/matroska.c Fri Dec 12 15:34:55 2008 +0000 +++ b/matroska.c Fri Dec 12 15:55:08 2008 +0000 @@ -23,6 +23,7 @@ const CodecTags ff_mkv_codec_tags[]={ {"V_UNCOMPRESSED" , CODEC_ID_RAWVIDEO}, + {"V_DIRAC" , CODEC_ID_DIRAC}, {"V_MPEG4/ISO/ASP" , CODEC_ID_MPEG4}, {"V_MPEG4/ISO/SP" , CODEC_ID_MPEG4}, {"V_MPEG4/ISO/AP" , CODEC_ID_MPEG4},