From 316e724f18c7299958d7f77c85c7425d43e7e777 Mon Sep 17 00:00:00 2001 From: Martin Storsjö Date: Mon, 19 Mar 2012 13:56:25 +0200 Subject: rtpenc: Use AVFormatContext.packet_size instead of a private option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The private option has not been part of any release yet (and it is only of use in quite rare cases), so just remove it instead of keeping it with deprecation warnings. Signed-off-by: Martin Storsjö --- libavformat/rtpenc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavformat/rtpenc.h') diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h index 322cee061b..b8a3fd1ad4 100644 --- a/libavformat/rtpenc.h +++ b/libavformat/rtpenc.h @@ -34,7 +34,6 @@ struct RTPMuxContext { uint32_t timestamp; uint32_t base_timestamp; uint32_t cur_timestamp; - int max_packet_size; int max_payload_size; int num_frames; -- cgit v1.2.3