mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
old ffmpeg (MBC) workaround
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3746 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4b08102347
commit
8c25fc6a0a
@ -682,6 +682,7 @@ if(verbose>1){
|
||||
// if(!drop_frame){
|
||||
if(planar){
|
||||
#ifdef FF_POSTPROCESS
|
||||
#ifdef MBC
|
||||
if(lavc_pp){
|
||||
// postprocess
|
||||
int w=(sh_video->disp_w+15)&(~15);
|
||||
@ -702,6 +703,7 @@ if(verbose>1){
|
||||
sh_video->disp_w,sh_video->disp_h,
|
||||
&quant_store[0][0],MBC+1,lavc_pp);
|
||||
} else
|
||||
#endif
|
||||
#endif
|
||||
{
|
||||
planes=lavc_picture.data;
|
||||
|
Loading…
Reference in New Issue
Block a user