Changes of Revision 4
ffmpeg-3.spec
Changed
x
1
2
Source4: enable_decoders
3
Source5: enable_encoders
4
Source99: baselibs.conf
5
+Patch0: %name.patch
6
Patch1: ffmpeg-libcdio_cdda-pkgconfig.patch
7
Patch2: ffmpeg-arm6l.diff
8
Patch3: ffmpeg-libopenjpeg.patch
9
ffmpeg-3.patch
Added
13
1
2
+--- a/libavformat/tty.c
3
++++ b/libavformat/tty.c
4
+@@ -49,7 +49,7 @@ typedef struct TtyDemuxContext {
5
+ AVRational framerate; /**< Set by a private option. */
6
+ } TtyDemuxContext;
7
+
8
+-static int read_probe(const AVProbeData *p)
9
++static int read_probe(AVProbeData *p)
10
+ {
11
+ int cnt = 0;
12
+
13