summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2007-07-09 22:15:11 +0000
committerMåns Rullgård <mans@mansr.com>2007-07-09 22:15:11 +0000
commita9fd2b19219109e0919ab11804f4dc8b992c0af4 (patch)
tree162f53928061ddfd5b34fc49372566114e2ce1fe /libavformat/avformat.h
parent4f13e73392c770dfb21912d090fa3bc39bab802a (diff)
avoid deprecation warnings for AVFrac from avformat.h
Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3d199a867b..650ad1ed77 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -284,7 +284,7 @@ typedef struct AVStream {
int codec_info_nb_frames;
#endif
/** encoding: PTS generation when outputing stream */
- AVFrac pts;
+ struct AVFrac pts;
/**
* this is the fundamental unit of time (in seconds) in terms