From e2220e734f3d01145ef9aefbd7b6ff29a89ae159 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Fri, 20 Feb 2015 21:21:27 +0200 Subject: rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/rtpenc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/rtpenc.h') 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; -- cgit v1.2.3