]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/fourcc.c
TwinVQ support using the lastest avcodec commit from Vitor Sessak
[vlc] / modules / codec / avcodec / fourcc.c
index 8a5937d043455fcfda9c76ead19c69e7f8f5bc97..c5902480111c2fe6117552ae42bddcc76a71a5b7 100644 (file)
@@ -338,6 +338,10 @@ static const struct
 #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 51, 50, 1 )
     { VLC_CODEC_SPEEX, CODEC_ID_SPEEX, AUDIO_ES },
 #endif
+#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT( 52, 34, 0 )
+#warning HERE
+    { VLC_CODEC_TWINVQ, CODEC_ID_TWINVQ, AUDIO_ES },
+#endif
 
     /* PCM */
     { VLC_CODEC_S8, CODEC_ID_PCM_S8, AUDIO_ES },