[FFmpeg-cvslog] r9569 - trunk/libavformat/avformat.h

mru subversion
Tue Jul 10 00:15:12 CEST 2007


Author: mru
Date: Tue Jul 10 00:15:11 2007
New Revision: 9569

Log:
avoid deprecation warnings for AVFrac from avformat.h


Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	(original)
+++ trunk/libavformat/avformat.h	Tue Jul 10 00:15:11 2007
@@ -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




More information about the ffmpeg-cvslog mailing list