summaryrefslogtreecommitdiffstats
path: root/libavformat/swf.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-03 10:16:29 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-03 10:16:29 +0000
commitbc5c918ea8757514de0ec0327066251a2f1ec23f (patch)
tree81bdb2bd95adf7002bc895eec401c7badf36816e /libavformat/swf.h
parent0c45cd0720cdf2415a93ef63475690faf68364c2 (diff)
downloadffmpeg-streaming-bc5c918ea8757514de0ec0327066251a2f1ec23f.zip
ffmpeg-streaming-bc5c918ea8757514de0ec0327066251a2f1ec23f.tar.gz
Remove offset_t typedef and use int64_t directly instead.
The name offset_t is easily confused with the standard off_t type and *_t is POSIX reserved namespace if any POSIX header is included. Originally committed as revision 15533 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/swf.h')
-rw-r--r--libavformat/swf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/swf.h b/libavformat/swf.h
index a138987..93377dc 100644
--- a/libavformat/swf.h
+++ b/libavformat/swf.h
@@ -66,9 +66,9 @@
typedef struct {
int audio_stream_index;
- offset_t duration_pos;
- offset_t tag_pos;
- offset_t vframes_pos;
+ int64_t duration_pos;
+ int64_t tag_pos;
+ int64_t vframes_pos;
int samples_per_frame;
int sound_samples;
int swf_frame_number;
OpenPOWER on IntegriCloud