]> git.sesse.net Git - vlc/blobdiff - src/misc/fourcc.c
TwinVQ support using the lastest avcodec commit from Vitor Sessak
[vlc] / src / misc / fourcc.c
index c503f341c07284951e011adaf70e674ed08edfdf..65d37f92b36092d97ee1974796341b99ff2805d1 100644 (file)
@@ -1068,6 +1068,9 @@ static const entry_t p_list_audio[] = {
     B(VLC_CODEC_FL32, "64 bits float"),
         A("fl64"),
 
+    B(VLC_CODEC_TWINVQ, "TwinVQ"),
+        A("TWIN"),
+
     B(0, "")
 };
 static const entry_t p_list_spu[] = {