mirror of
https://github.com/mpv-player/mpv
synced 2024-12-30 02:52:10 +00:00
PIX_FMT_YUV422P undeclared error fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1466 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c5dbf8a807
commit
9872ba238b
@ -418,8 +418,10 @@ if(verbose){
|
||||
case PIX_FMT_YUV422: x="YUV422";break;
|
||||
case PIX_FMT_RGB24: x="RGB24";break;
|
||||
case PIX_FMT_BGR24: x="BGR24";break;
|
||||
#ifdef PIX_FMT_YUV422P
|
||||
case PIX_FMT_YUV422P: x="YUV422P";break;
|
||||
case PIX_FMT_YUV444P: x="YUV444P";break;
|
||||
#endif
|
||||
}
|
||||
printf("DONE -> got_picture=%d format=0x%X (%s) \n",got_picture,
|
||||
lavc_context.pix_fmt,x);
|
||||
|
Loading…
Reference in New Issue
Block a user