diff allformats.c @ 138:7373bd0a8438 libavformat

add 4xm to the family
author tmmm
date Sun, 25 May 2003 05:18:30 +0000
parents c82a6062485e
children b9703b3c10b6
line wrap: on
line diff
--- a/allformats.c	Sun May 25 05:07:36 2003 +0000
+++ b/allformats.c	Sun May 25 05:18:30 2003 +0000
@@ -47,6 +47,7 @@
     mov_init();
     jpeg_init();
     dv_init();
+    fourxm_init();
 
     av_register_output_format(&yuv4mpegpipe_oformat);