1
mirror of https://github.com/mpv-player/mpv synced 2025-02-11 15:24:30 +01:00

accept IMGFMT_MPEGPES

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5145 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-03-16 20:35:59 +00:00
parent 47533eeaac
commit cee508226e

View File

@ -79,6 +79,9 @@ static inline void mp_image_setfmt(mp_image_t* mpi,unsigned int out_fmt){
case IMGFMT_YUY2:
mpi->bpp=16;
return;
case IMGFMT_MPEGPES:
mpi->bpp=0;
return;
}
printf("mp_image: Unknown out_fmt: 0x%X\n",out_fmt);
mpi->bpp=0;