git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f5ee98
)
Add dirac to the list of ffmpeg codecs (enabled decoding of raw dirac video).
author
Antoine Cellerier
<dionoea@videolan.org>
Fri, 27 Jun 2008 14:03:58 +0000
(16:03 +0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Fri, 27 Jun 2008 14:09:39 +0000
(16:09 +0200)
modules/codec/avcodec/fourcc.h
patch
|
blob
|
history
diff --git
a/modules/codec/avcodec/fourcc.h
b/modules/codec/avcodec/fourcc.h
index
d879480
..
cd12015
100644
(file)
--- 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
*/