[vlc-devel] commit: Add dirac to the list of ffmpeg codecs ( enabled decoding of raw dirac video). (Antoine Cellerier )
git version control
git at videolan.org
Fri Jun 27 16:07:39 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Fri Jun 27 16:03:58 2008 +0200| [96c04ef2573b6a9cb95acb09f5300e343b43b9fc]
Add dirac to the list of ffmpeg codecs (enabled decoding of raw dirac video).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=96c04ef2573b6a9cb95acb09f5300e343b43b9fc
---
modules/codec/avcodec/fourcc.h | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/codec/avcodec/fourcc.h b/modules/codec/avcodec/fourcc.h
index d879480..cd12015 100644
--- a/modules/codec/avcodec/fourcc.h
+++ b/modules/codec/avcodec/fourcc.h
@@ -773,6 +773,11 @@ static struct
VIDEO_ES, "SGI Image" },
#endif
+#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(55<<8)+0)
+ { VLC_FOURCC('d','r','a','c'), CODEC_ID_DIRAC,
+ VIDEO_ES, "Dirac" },
+#endif
+
/*
* Audio Codecs
*/
More information about the vlc-devel
mailing list