diff options
author | Martin Storsjö <martin@martin.st> | 2015-02-20 21:21:27 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-02-22 23:26:57 +0200 |
commit | e2220e734f3d01145ef9aefbd7b6ff29a89ae159 (patch) | |
tree | 03a396f74baf1a20964116bcbd19768c2ae2b8fa /libavformat/rtpenc.h | |
parent | c99915f7c74ce1249d8633cb6fd09035b8d84db7 (diff) | |
download | ffmpeg-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.h | 1 |
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; |