mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
1l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7930 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
31f511c9a6
commit
290a98a9cc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user