From a9fd2b19219109e0919ab11804f4dc8b992c0af4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Mon, 9 Jul 2007 22:15:11 +0000 Subject: [PATCH] avoid deprecation warnings for AVFrac from avformat.h Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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