[FFmpeg-trac] #9080(avformat:open): RTP SSRC constrained to INT_MIN and INT_MAX vice 0 and UINT_MAX

FFmpeg trac at avcodec.org
Wed Aug 18 16:59:36 EEST 2021


#9080: RTP SSRC constrained to INT_MIN and INT_MAX vice 0 and UINT_MAX
------------------------------------+------------------------------------
             Reporter:  Joe         |                    Owner:  (none)
                 Type:  defect      |                   Status:  open
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  rtp         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------
Changes (by Balling):

 * status:  new => open

Comment:

 That is just a bug here...
 https://github.com/FFmpeg/FFmpeg/blob/bc70684e74a185d7b80c8b80bdedda659cb581b8/libavformat/rtpenc.c#L34

 It should be AV_OPT_TYPE_CONST and be from 0 to UINT_MAX.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9080#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list