From 26d89e1bde0053192d8cab360c89e52f207e2937 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 27 Jan 2018 11:51:08 +0000 Subject: media-video/guvcview : use icon from theme --- media-video/guvcview/files/ffmpeg3.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 media-video/guvcview/files/ffmpeg3.patch (limited to 'media-video/guvcview/files/ffmpeg3.patch') diff --git a/media-video/guvcview/files/ffmpeg3.patch b/media-video/guvcview/files/ffmpeg3.patch new file mode 100644 index 00000000..5397d688 --- /dev/null +++ b/media-video/guvcview/files/ffmpeg3.patch @@ -0,0 +1,26 @@ +Index: guvcview-src-2.0.3/gview_v4l2core/jpeg_decoder.c +=================================================================== +--- guvcview-src-2.0.3.orig/gview_v4l2core/jpeg_decoder.c ++++ guvcview-src-2.0.3/gview_v4l2core/jpeg_decoder.c +@@ -1436,7 +1436,7 @@ int jpeg_init_decoder(int width, int hei + 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); +Index: guvcview-src-2.0.3/gview_v4l2core/uvc_h264.c +=================================================================== +--- guvcview-src-2.0.3.orig/gview_v4l2core/uvc_h264.c ++++ guvcview-src-2.0.3/gview_v4l2core/uvc_h264.c +@@ -970,7 +970,7 @@ int h264_init_decoder(int width, int hei + } + + 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); -- cgit v1.2.3