diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-07-19 03:25:50 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-07-19 03:25:50 +0000 |
commit | 9b92ed7666a78b417cb7e98ca9a92c0dbab31df4 (patch) | |
tree | e31d7ebf9841ed0d2e82b5d18fe46d38ceeb2ac9 /libavformat/swf.h | |
parent | 79f4494a042b98e910524c7b93f294c9ec5118d0 (diff) | |
download | ffmpeg-9b92ed7666a78b417cb7e98ca9a92c0dbab31df4.tar.gz |
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.h | 2 |
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; |