You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
avcodec: Remove remnants of user-visiable HW acceleration API
Disabled and deprecated in 3536a3efb9.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
James Almer
parent
e8fdb0db16
commit
f581433e8b
@@ -845,17 +845,6 @@ const AVCodecHWConfig *avcodec_get_hw_config(const AVCodec *codec, int index)
|
||||
return &codec->hw_configs[index]->public;
|
||||
}
|
||||
|
||||
#if FF_API_USER_VISIBLE_AVHWACCEL
|
||||
AVHWAccel *av_hwaccel_next(const AVHWAccel *hwaccel)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
void av_register_hwaccel(AVHWAccel *hwaccel)
|
||||
{
|
||||
}
|
||||
#endif
|
||||
|
||||
unsigned int avpriv_toupper4(unsigned int x)
|
||||
{
|
||||
return av_toupper(x & 0xFF) +
|
||||
|
||||
Reference in New Issue
Block a user