summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-02-20 21:21:27 +0200
committerMartin Storsjö <martin@martin.st>2015-02-22 23:26:57 +0200
commite2220e734f3d01145ef9aefbd7b6ff29a89ae159 (patch)
tree03a396f74baf1a20964116bcbd19768c2ae2b8fa /libavformat/rtpenc.h
parentc99915f7c74ce1249d8633cb6fd09035b8d84db7 (diff)
downloadffmpeg-e2220e734f3d01145ef9aefbd7b6ff29a89ae159.tar.gz
rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible
Signed-off-by: Martin Storsjö <martin@martin.st>
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 f2ac0fa9ad..f4925941bf 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;