changeset 129:02d5e36e81de

MJPEG support added
author arpi_esp
date Sun, 18 Mar 2001 02:00:18 +0000
parents 28091b3caff9
children 39ceb7a5a9e2
files codecs.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/codecs.c	Sun Mar 18 01:01:03 2001 +0000
+++ b/codecs.c	Sun Mar 18 02:00:18 2001 +0000
@@ -118,8 +118,8 @@
 	case mmioFOURCC('M', 'J', 'P', 'G'):
 	  printf("Video in MJPEG format\n");
           avi_header.yuv_supported=1;
-		    return "M3JPEG32.dll";
-//          return "mcmjpg32.dll";
+//		    return "M3JPEG32.dll";
+          return "mcmjpg32.dll";
 //          return "m3jpeg32.dll";
 //          return "libavi_mjpeg.so";
   }