[MPlayer-cvslog] r37536 - branches/1.2/ffmpeg2.8_mplayer1.2.diff

rtogni subversion at mplayerhq.hu
Sat Oct 3 23:03:36 CEST 2015


Author: rtogni
Date: Sat Oct  3 23:03:36 2015
New Revision: 37536

Log:
Local patch to internal FFmpeg 2.8 to workaround crashes in vf_screnshoot

Added:
   branches/1.2/ffmpeg2.8_mplayer1.2.diff

Added: branches/1.2/ffmpeg2.8_mplayer1.2.diff
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/1.2/ffmpeg2.8_mplayer1.2.diff	Sat Oct  3 23:03:36 2015	(r37536)
@@ -0,0 +1,13 @@
+Avoid crashes and wrong output on screenshot filter
+
+diff --git a/ffmpeg/libswscale/swscale_internal.h b/ffmpeg/libswscale/swscale_internal.h
+--- a/ffmpeg/libswscale/swscale_internal.h
++++ b/ffmpeg/libswscale/swscale_internal.h
+@@ -1058,6 +1058,6 @@ void ff_init_vscale_pfn(SwsContext *c, yuv2planar1_fn yuv2plane1, yuv2planarX_fn
+ #define MAX_LINES_AHEAD 4
+ 
+ // enable use of refactored scaler code
+-#define NEW_FILTER
++//#define NEW_FILTER
+ 
+ #endif /* SWSCALE_SWSCALE_INTERNAL_H */


More information about the MPlayer-cvslog mailing list