diff swf.h @ 3591:aa6e8ff72d9e libavformat

update swf video frame number when muxing done, fix #439
author bcoudurier
date Sat, 19 Jul 2008 03:25:50 +0000
parents c202c3486e49
children bf39ed8d3d69
line wrap: on
line diff
--- a/swf.h	Fri Jul 18 07:13:56 2008 +0000
+++ b/swf.h	Sat Jul 19 03:25:50 2008 +0000
@@ -67,7 +67,7 @@
     int audio_stream_index;
     offset_t duration_pos;
     offset_t tag_pos;
-
+    offset_t vframes_pos;
     int samples_per_frame;
     int sound_samples;
     int swf_frame_number;