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:
authorMichael Niedermayer <michaelni@gmx.at>2012-12-17 16:46:46 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-12-17 16:46:54 +0400
commit021b3497e1bccd4d6b2e54ecf89cfd43793a2489 (patch)
tree037a86c27ad153bf52887f48e80d5c83038f9117 /libavformat/rtpenc.h
parent0f450ac575b1c1b9d92f139d67f7c83552b392d0 (diff)
parent65e053271a98f7acf3ef6b412998cfcb44a8eef8 (diff)
Merge commit '65e053271a98f7acf3ef6b412998cfcb44a8eef8'
* commit '65e053271a98f7acf3ef6b412998cfcb44a8eef8': rtpenc_vp8: Include the picture number in VP8 packets Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r--libavformat/rtpenc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h
index c3607c15a4..04b8fc7305 100644
--- a/libavformat/rtpenc.h
+++ b/libavformat/rtpenc.h
@@ -59,6 +59,8 @@ struct RTPMuxContext {
int nal_length_size;
int flags;
+
+ unsigned int frame_count;
};
typedef struct RTPMuxContext RTPMuxContext;