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>2015-02-23 02:13:19 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-02-23 02:13:23 +0300
commit17c52d746cad3c89f8d3eae38699019f2fbe9f65 (patch)
tree4c3473fb1eca4e169f9de1f955de1a47a8a0d2f2 /libavformat/rtpenc.h
parentdb4a2976f6afb6ac16bdd455695dcc277a03416d (diff)
parente2220e734f3d01145ef9aefbd7b6ff29a89ae159 (diff)
Merge commit 'e2220e734f3d01145ef9aefbd7b6ff29a89ae159'
* commit 'e2220e734f3d01145ef9aefbd7b6ff29a89ae159': rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r--libavformat/rtpenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h
index 4eb98d8c3e..21e7f26861 100644
--- a/libavformat/rtpenc.h
+++ b/libavformat/rtpenc.h
@@ -56,6 +56,7 @@ struct RTPMuxContext {
* (1, 2 or 4)
*/
int nal_length_size;
+ int buffered_nals;
int flags;