Opened 13 years ago
Closed 13 years ago
#1473 closed defect (fixed)
Frame rate setting for H263 encoder is ignored
Reported by: | nanang | Owned by: | nanang |
---|---|---|---|
Priority: | normal | Milestone: | release-2.0-rc |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by nanang)
The encoder framerate is currently calculated from local H263 SDP fmtp, which actually specifies decoder settings, it should be calculated from pjmedia_vid_codec_param.enc_fmt.det.vid.fps.
Change History (2)
comment:1 Changed 13 years ago by nanang
- Description modified (diff)
comment:2 Changed 13 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [3995]) Fix #1473: Fixed H263 encoder setting negotiation in pjmedia_vid_codec_h263_apply_fmtp() to be based on pjmedia_vid_codec_param.enc_fmt.det.vid.fps (it was based on local H263 SDP fmtp).