diff options
author | Martin Storsjö | 2012-03-19 13:56:25 +0200 |
---|---|---|
committer | Martin Storsjö | 2012-03-19 18:37:38 +0200 |
commit | 316e724f18c7299958d7f77c85c7425d43e7e777 (patch) | |
tree | 94c10d492a5921fbc80e0a08283bfbf7a3881028 /libavformat/rtpenc.h | |
parent | 01b0ade665b94749d82061b6b7dee8863a2b1536 (diff) |
rtpenc: Use AVFormatContext.packet_size instead of a private option
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ö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r-- | libavformat/rtpenc.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |