]> git.sesse.net Git - vlc/blobdiff - src/misc/fourcc.c
Rename the sdi module to decklink.
[vlc] / src / misc / fourcc.c
index ebe84349e9ec6a41d34e30324df09ba763def89c..ec33f76da846cff66605e5cb918f58b6be43652c 100644 (file)
@@ -448,7 +448,7 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_VP6A, "On2's VP6 A Video"),
         A("VP6A"),
 
-    B(VLC_CODEC_VP8, "On2's VP8 Video"),
+    B(VLC_CODEC_VP8, "Google/On2's VP8 Video"),
         A("VP80"),
 
 
@@ -786,6 +786,12 @@ static const entry_t p_list_video[] = {
     B(VLC_CODEC_PCX, "Personal Computer Exchange Image"),
         A("pcx "),
 
+    B(VLC_CODEC_JPEG2000, "JPEG 2000 Image"),
+        A("JP2K"),
+        A("mjp2"),
+        A("MJP2"),
+        A("MJ2C"),
+
     B(0, "")
 };
 static const entry_t p_list_audio[] = {