summaryrefslogtreecommitdiffstats
path: root/opal/opal-3.10.1-ffmpeg0.8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'opal/opal-3.10.1-ffmpeg0.8.patch')
-rw-r--r--opal/opal-3.10.1-ffmpeg0.8.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/opal/opal-3.10.1-ffmpeg0.8.patch b/opal/opal-3.10.1-ffmpeg0.8.patch
deleted file mode 100644
index f351885..0000000
--- a/opal/opal-3.10.1-ffmpeg0.8.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- plugins/video/MPEG4-ffmpeg/mpeg4.cxx.ffmpeg 2011-07-20 22:24:03.000000000 +0200
-+++ plugins/video/MPEG4-ffmpeg/mpeg4.cxx 2011-07-20 22:24:35.000000000 +0200
-@@ -806,7 +806,7 @@
- }
- else // No IFrame requested, let avcodec decide what to do
- {
-- m_avpicture->pict_type = 0;
-+ m_avpicture->pict_type = (AVPictureType)0;
- }
-
- // Encode a frame
-