git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7930 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2002-10-27 02:54:46 +00:00
parent 31f511c9a6
commit 290a98a9cc
1 changed files with 4 additions and 0 deletions

View File

@ -396,7 +396,11 @@ static void get_buffer(struct AVCodecContext *avctx, int width, int height, int
if(init_vo(sh)<0){
printf("init_vo failed\n");
#if LIBAVCODEC_BUILD >= 4632
return -1;
#else
return;
#endif
}
if(pict_type==B_TYPE)