blob: f35188570c07f62dc10dc1b50ffd490323f0d905 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|