]> git.pld-linux.org Git - packages/freerdp.git/blame - ffmpeg4.patch
- added openssl patch (adjust for openssl 3)
[packages/freerdp.git] / ffmpeg4.patch
CommitLineData
8c4de8e2
JR
1--- freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c~ 2018-04-29 09:45:20.000000000 +0200
2+++ freerdp-1.0.2/channels/drdynvc/tsmf/ffmpeg/tsmf_ffmpeg.c 2018-04-29 09:46:56.321113085 +0200
3@@ -154,8 +154,8 @@
4 }
5 }
6
7- if (mdecoder->codec->capabilities & CODEC_CAP_TRUNCATED)
8- mdecoder->codec_context->flags |= CODEC_FLAG_TRUNCATED;
9+ if (mdecoder->codec->capabilities & AV_CODEC_CAP_TRUNCATED)
10+ mdecoder->codec_context->flags |= AV_CODEC_FLAG_TRUNCATED;
11
12 return true;
13 }
This page took 0.092837 seconds and 4 git commands to generate.