[Ffmpeg-cvslog] r7473 - trunk/libavformat/swf.c

bcoudurier subversion
Sun Jan 14 14:57:26 CET 2007


Author: bcoudurier
Date: Sun Jan 14 14:57:26 2007
New Revision: 7473

Modified:
   trunk/libavformat/swf.c

Log:
seek back at the end of file after updating header

Modified: trunk/libavformat/swf.c
==============================================================================
--- trunk/libavformat/swf.c	(original)
+++ trunk/libavformat/swf.c	Sun Jan 14 14:57:26 2007
@@ -691,6 +691,7 @@
         put_le32(pb, file_size);
         url_fseek(pb, swf->duration_pos, SEEK_SET);
         put_le16(pb, video_enc->frame_number);
+        url_fseek(pb, file_size, SEEK_SET);
     }
 
     av_free(swf->audio_fifo);




More information about the ffmpeg-cvslog mailing list