[FFmpeg-soc] [soc]: r4885 - concat/libavformat/concat.c

gkovacs subversion at mplayerhq.hu
Sat Aug 1 05:13:55 CEST 2009


Author: gkovacs
Date: Sat Aug  1 05:13:55 2009
New Revision: 4885

Log:
set unimplemente read_seek2 function pointer as null

Modified:
   concat/libavformat/concat.c

Modified: concat/libavformat/concat.c
==============================================================================
--- concat/libavformat/concat.c	Sat Aug  1 05:11:41 2009	(r4884)
+++ concat/libavformat/concat.c	Sat Aug  1 05:13:55 2009	(r4885)
@@ -68,7 +68,7 @@ AVInputFormat* ff_concat_alloc_demuxer(v
     cdm->read_play      = ff_concatgen_read_play;
     cdm->read_pause     = ff_concatgen_read_pause;
     cdm->codec_tag      = codec_concat_tags;
-    cdm->read_seek2     = ff_concatgen_read_seek;
+    cdm->read_seek2     = NULL;
     cdm->metadata_conv  = NULL;
     cdm->next           = NULL;
     return cdm;


More information about the FFmpeg-soc mailing list