diff options
Diffstat (limited to 'contrib/ffmpeg/A07-swscale-stack-alignment.patch')
-rw-r--r-- | contrib/ffmpeg/A07-swscale-stack-alignment.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/contrib/ffmpeg/A07-swscale-stack-alignment.patch b/contrib/ffmpeg/A07-swscale-stack-alignment.patch deleted file mode 100644 index 6d3bb35ce..000000000 --- a/contrib/ffmpeg/A07-swscale-stack-alignment.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/libswscale/swscale_unscaled.c b/libswscale/swscale_unscaled.c -index c0161c2..c7e6a28 100644 ---- a/libswscale/swscale_unscaled.c -+++ b/libswscale/swscale_unscaled.c -@@ -806,7 +806,7 @@ static int check_image_pointers(uint8_t *data[4], enum PixelFormat pix_fmt, - * swscale wrapper, so we don't need to export the SwsContext. - * Assumes planar YUV to be in YUV order instead of YVU. - */ --int sws_scale(struct SwsContext *c, const uint8_t* const srcSlice[], -+int attribute_align_arg sws_scale(struct SwsContext *c, const uint8_t* const srcSlice[], - const int srcStride[], int srcSliceY, int srcSliceH, - uint8_t* const dst[], const int dstStride[]) - { |