summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/backlite/files/backlite-1.0.2-ffmpeg.patch')
-rw-r--r--app-cdr/backlite/files/backlite-1.0.2-ffmpeg.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/app-cdr/backlite/files/backlite-1.0.2-ffmpeg.patch b/app-cdr/backlite/files/backlite-1.0.2-ffmpeg.patch
deleted file mode 100644
index c7a772525ba2..000000000000
--- a/app-cdr/backlite/files/backlite-1.0.2-ffmpeg.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/import/k9avidecode.cpp
-+++ src/import/k9avidecode.cpp
-@@ -145,7 +145,7 @@ bool k9AviDecode::open(const QString & _
- // Find the first video stream
- m_videoStream=-1;
- for (i=0; i<m_FormatCtx->nb_streams; i++)
-- if (m_FormatCtx->streams[i]->codec->codec_type==CODEC_TYPE_VIDEO) {
-+ if (m_FormatCtx->streams[i]->codec->codec_type==AVMEDIA_TYPE_VIDEO) {
- m_videoStream=i;
- break;
- }