[mythtv-commits] Ticket #13186: Replace deprecated ffmpeg functions

MythTV noreply at mythtv.org
Sat Dec 16 19:31:13 UTC 2017


#13186: Replace deprecated ffmpeg functions
------------------------------+-----------------------------
 Reporter:  pbennett          |          Owner:  pbennett
     Type:  Developer Task    |         Status:  accepted
 Priority:  minor             |      Milestone:  30.0
Component:  MythTV - General  |        Version:  Master Head
 Severity:  medium            |     Resolution:
 Keywords:                    |  Ticket locked:  0
------------------------------+-----------------------------

Comment (by pbennett):

 Patches 008 and 009 complete the removal of deprecated items in
 !MythPlugins

 Patch 008 Replace deprecated avcodec_decode_video2

 avcodec_decode_video2 calls become
 * avcodec_receive_frame
 * avcodec_send_packet

 Patch 009 deprecated AVStream::codec, avcodec_close, av_free_packet

 Fixes AVStream::codec, avcodec_close, and av_free_packet
 in the plugins
 * av_free_packet -> av_packet_unref

 With this change, there are now no deprecated items used in the plugins.

--
Ticket URL: <https://code.mythtv.org/trac/ticket/13186#comment:14>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list