[FFmpeg-soc] [soc]: r5169 - concat/ffmpeg.c.diff
gkovacs
subversion at mplayerhq.hu
Mon Aug 17 16:55:10 CEST 2009
Author: gkovacs
Date: Mon Aug 17 16:55:10 2009
New Revision: 5169
Log:
added back const when passing AVPacket in output_packet
Modified:
concat/ffmpeg.c.diff
Modified: concat/ffmpeg.c.diff
==============================================================================
--- concat/ffmpeg.c.diff Mon Aug 17 16:52:40 2009 (r5168)
+++ concat/ffmpeg.c.diff Mon Aug 17 16:55:10 2009 (r5169)
@@ -1,5 +1,5 @@
diff --git a/ffmpeg.c b/ffmpeg.c
-index 2686e1d..6548a8e 100644
+index 2686e1d..60164f5 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -40,6 +40,7 @@
@@ -15,7 +15,7 @@ index 2686e1d..6548a8e 100644
static int output_packet(AVInputStream *ist, int ist_index,
AVOutputStream **ost_table, int nb_ostreams,
- const AVPacket *pkt)
-+ AVPacket *pkt,
++ const AVPacket *pkt,
+ AVFormatContext *ic)
{
AVFormatContext *os;
More information about the FFmpeg-soc
mailing list