[SCM] libav/experimental: avoid deprecation warnings for AVFrac from avformat.h

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:03:22 UTC 2013


The following commit has been merged in the experimental branch:
commit a9fd2b19219109e0919ab11804f4dc8b992c0af4
Author: Måns Rullgård <mans at mansr.com>
Date:   Mon Jul 9 22:15:11 2007 +0000

    avoid deprecation warnings for AVFrac from avformat.h
    
    Originally committed as revision 9569 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3d199a8..650ad1e 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list