Commit 223e967c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Avcodec: map Indeo Audio

parent 5af1dfa5
...@@ -441,6 +441,9 @@ static const struct ...@@ -441,6 +441,9 @@ static const struct
{ VLC_CODEC_RALF, CODEC_ID_RALF, AUDIO_ES }, { VLC_CODEC_RALF, CODEC_ID_RALF, AUDIO_ES },
#endif #endif
#if LIBAVCODEC_VERSION_CHECK( 54, 14, 0, 26, 100 )
{ VLC_CODEC_INDEO_AUDIO, CODEC_ID_IAC, AUDIO_ES },
#endif
/* PCM */ /* PCM */
{ VLC_CODEC_S8, CODEC_ID_PCM_S8, AUDIO_ES }, { VLC_CODEC_S8, CODEC_ID_PCM_S8, AUDIO_ES },
......
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