1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 13:02:24 +00:00

i263 yuv support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@272 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-04-01 19:42:41 +00:00
parent b4535b0069
commit a14917a3a6

View File

@ -148,6 +148,7 @@ char* get_vids_codec_name(){
case mmioFOURCC('I', '2', '6', '3'):
case mmioFOURCC('i', '2', '6', '3'):
printf("Video in I263 format\n");
avi_header.yuv_supported=1;
return "i263_32.drv";
case mmioFOURCC('M', 'J', 'P', 'G'):