videotoolbox: rename GetDecoderExtradata functions
commit5f3974a5868cd0ffa578b47a2feb629295f8ed59
authorMarvin Scholz <epirat07@gmail.com>
Fri, 3 Jul 2020 00:10:22 +0000 (3 02:10 +0200)
committerMarvin Scholz <epirat07@gmail.com>
Fri, 3 Jul 2020 11:51:16 +0000 (3 13:51 +0200)
tree68c9d87773f87a2a11346553658566bfdd757592
parent44e0c86e993f430e8e8a7c9e204e1a2815d8546c
videotoolbox: rename GetDecoderExtradata functions

Following the naming convention for CoreFoundation, these functions
should be named Copy instead of Get, as they return a owned object
which the caller has to release.
modules/codec/videotoolbox.c