summarylogtreecommitdiffstats
path: root/pix_fmt.patch
diff options
context:
space:
mode:
authorjulgonmej2020-12-09 22:30:57 +0100
committerjulgonmej2020-12-09 22:30:57 +0100
commit80c64d4ce5b389fce7a32dcc8a05a278465cb1b8 (patch)
tree9a622fb6cdcc64a1bb301d4b857fb882a3eb7ac5 /pix_fmt.patch
parent6793d604ec9c541778d8603bcaa44b05edeaf66e (diff)
downloadaur-guvcview-git.tar.gz
removed patch
Diffstat (limited to 'pix_fmt.patch')
-rw-r--r--pix_fmt.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/pix_fmt.patch b/pix_fmt.patch
deleted file mode 100644
index 9f410ea7031a..000000000000
--- a/pix_fmt.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur a/guvcview-git/g/gview_v4l2core/jpeg_decoder.c b/guvcview-git/src/guvcview-git/gview_v4l2core/jpeg_decoder.c
---- a/guvcview-git/gview_v4l2core/jpeg_decoder.c 2016-03-24 21:47:40.897890639 +0100
-+++ b/guvcview-git/gview_v4l2core/jpeg_decoder.c 2016-03-24 21:48:48.891091999 +0100
-@@ -1436,7 +1436,7 @@
- exit(-1);
- }
-
-- codec_data->context->pix_fmt = PIX_FMT_YUV422P;
-+ codec_data->context->pix_fmt = AV_PIX_FMT_YUV422P;
- codec_data->context->width = width;
- codec_data->context->height = height;
- //jpeg_ctx->context->dsp_mask = (FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE);
-diff -Nur a/guvcview-git/g/gview_v4l2core/uvc_h264.c b/guvcview-git/src/guvcview-git/gview_v4l2core/uvc_h264.c
---- a/guvcview-git/gview_v4l2core/uvc_h264.c 2016-03-24 21:47:40.897890639 +0100
-+++ b/guvcview-git/gview_v4l2core/uvc_h264.c 2016-03-24 21:48:36.757782203 +0100
-@@ -1035,7 +1035,7 @@
- }
-
- h264_ctx->context->flags2 |= CODEC_FLAG2_FAST;
-- h264_ctx->context->pix_fmt = PIX_FMT_YUV420P;
-+ h264_ctx->context->pix_fmt = AV_PIX_FMT_YUV420P;
- h264_ctx->context->width = width;
- h264_ctx->context->height = height;
- //h264_ctx->context->dsp_mask = (FF_MM_MMX | FF_MM_MMXEXT | FF_MM_SSE);