Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-03-15 01:49:01 +0300
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-03-15 01:49:01 +0300
commit40a1d41fd22459290526fb38f3d327f1c167fe83 (patch)
treeb59f990982c63fd1a212b941fe28dbef5da32329 /libavformat/swf.h
parent2261a952f9fde6a44225f683dfa1e6dd3892584b (diff)
remove unused fields in swf context
Originally committed as revision 17968 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index a4638bbfc3..69064a281c 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -65,7 +65,6 @@
#include <assert.h>
typedef struct {
- int audio_stream_index;
int64_t duration_pos;
int64_t tag_pos;
int64_t vframes_pos;