Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libav/avformat.h')
-rw-r--r--libav/avformat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libav/avformat.h b/libav/avformat.h
index 3b20a2d335..c982336f42 100644
--- a/libav/avformat.h
+++ b/libav/avformat.h
@@ -76,6 +76,7 @@ typedef struct AVFormat {
typedef struct AVStream {
int id; /* internal stream id */
AVCodecContext codec; /* codec context */
+ int r_frame_rate; /* real frame rate of the stream */
void *priv_data;
} AVStream;