MJPEG support added

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@130 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-18 02:00:18 +00:00
parent d71e31d0f7
commit 4879cc49ba
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ char* get_vids_codec_name(){
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";
}