postproces for MP43 fourcc

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@193 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi_esp 2001-03-22 18:06:48 +00:00
parent 2b80db65e3
commit 53d43bb65c
1 changed files with 7 additions and 1 deletions

View File

@ -47,11 +47,17 @@ char* get_vids_codec_name(){
printf("Video in MPEG-4 v3 (really DivX) format\n");
avi_header.bih.biCompression=mmioFOURCC('d', 'i', 'v', '3'); // hack
avi_header.yuv_supported=1;
#ifdef USE_DIRECTSHOW
avi_header.vids_guid=&CLSID_DivxDecompressorCF;
return "divx_c32.ax";
#else
avi_header.yuv_hack_needed=1;
#ifdef ANGELPOTION
return "APmpg4v1.dll";
#endif
#else
return "divxc32.dll";
#endif
#endif
case mmioFOURCC('D', 'I', 'V', 'X'):
case mmioFOURCC('d', 'i', 'v', 'x'):