[FFmpeg-soc] [soc]: r4872 - concat/libavformat/concatgen.c

gkovacs subversion at mplayerhq.hu
Sat Aug 1 03:13:41 CEST 2009


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) {


More information about the FFmpeg-soc mailing list