Opened 8 years ago

Last modified 8 years ago

#1897 closed enhancement

Support Ffmpeg 2.8 — at Initial Version

Reported by: riza Owned by: nanang
Priority: normal Milestone: release-2.5
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

This ticket will add support to Ffmpeg 2.8 with these general modifications:

  • Change Ffmpeg const using AV previx. e.g: PIX_FMT_NONE -> AV_PIX_FMT_NONE
  • Change deprecated method avcodec_get_frame_defaults -> av_frame_unref

On applying this ticket, older Ffmpeg that use the above const and method will not be supported.

Change History (0)

Note: See TracTickets for help on using tickets.