diff avformat.h @ 5441:eada8bccc620 libavformat

Add avg_frame_rate.
author michael
date Sun, 13 Dec 2009 15:52:11 +0000
parents e01b6917b3cf
children 65a5773a23a5
line wrap: on
line diff
--- a/avformat.h	Sun Dec 13 15:28:00 2009 +0000
+++ b/avformat.h	Sun Dec 13 15:52:11 2009 +0000
@@ -466,6 +466,11 @@
      * used internally, NOT PART OF PUBLIC API, dont read or write from outside of libav*
      */
     struct AVPacketList *last_in_packet_buffer;
+
+    /**
+     * Average framerate
+     */
+    AVRational avg_frame_rate;
 } AVStream;
 
 #define AV_PROGRAM_RUNNING 1