[SCM] libav/experimental: lavf: extend avg_frame_rate documentation.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:11 UTC 2014


The following commit has been merged in the experimental branch:
commit 7a5f4f6853047eea74a6443d73f4d74d52b2799f
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun May 11 17:58:05 2014 +0200

    lavf: extend avg_frame_rate documentation.

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 8d134a0..55f24e6 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -743,6 +743,10 @@ typedef struct AVStream {
 
     /**
      * Average framerate
+     *
+     * - demuxing: May be set by libavformat when creating the stream or in
+     *             avformat_find_stream_info().
+     * - muxing: May be set by the caller before avformat_write_header().
      */
     AVRational avg_frame_rate;
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list