Commit b8f9e25f authored by Antoine Cellerier's avatar Antoine Cellerier

support for cook audio. Thanks to the ffmpeg people once more !

parent f12e7ed0
...@@ -1025,6 +1025,12 @@ static struct ...@@ -1025,6 +1025,12 @@ static struct
AUDIO_ES, "QDM2" }, AUDIO_ES, "QDM2" },
#endif #endif
#if LIBAVCODEC_BUILD >= ((51<<16)+(0<<8)+0)
/* COOK */
{ VLC_FOURCC('c','o','o','k'), CODEC_ID_COOK,
AUDIO_ES, "COOK" },
#endif
/* PCM */ /* PCM */
{ VLC_FOURCC('s','8',' ',' '), CODEC_ID_PCM_S8, { VLC_FOURCC('s','8',' ',' '), CODEC_ID_PCM_S8,
AUDIO_ES, "PCM S8" }, AUDIO_ES, "PCM S8" },
......
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