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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to