Author: gkovacs
Date: Sat Aug  1 03:13:41 2009
New Revision: 4872

Log:
no longer using AVPacket to store stream pointer

Modified:
   concat/libavformat/concatgen.c

Modified: concat/libavformat/concatgen.c
==============================================================================
--- concat/libavformat/concatgen.c      Fri Jul 31 17:36:07 2009        (r4871)
+++ concat/libavformat/concatgen.c      Sat Aug  1 03:13:41 2009        (r4872)
@@ -45,7 +45,6 @@ int ff_concatgen_read_packet(AVFormatCon
         ret = ic->iformat->read_packet(ic, pkt);
         if (pkt) {
             stream_index = pkt->stream_index;
-            pkt->stream = ic->streams[pkt->stream_index];
         }
         if (ret >= 0) {
             if (pkt) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to