summaryrefslogtreecommitdiff
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-07-19 03:25:50 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-07-19 03:25:50 +0000
commit9b92ed7666a78b417cb7e98ca9a92c0dbab31df4 (patch)
treee31d7ebf9841ed0d2e82b5d18fe46d38ceeb2ac9 /libavformat/swf.h
parent79f4494a042b98e910524c7b93f294c9ec5118d0 (diff)
update swf video frame number when muxing done, fix #439
Originally committed as revision 14293 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index dee69160cf..8249f7ddf9 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -67,7 +67,7 @@ typedef struct {
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;