Commit 96c04ef2 authored by Antoine Cellerier's avatar Antoine Cellerier

Add dirac to the list of ffmpeg codecs (enabled decoding of raw dirac video).

parent 6f5ee987
......@@ -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
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment