]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/utils.c
avcodec: Remove remnants of user-visiable HW acceleration API
[ffmpeg] / libavcodec / utils.c
index fda50e3db4494d9fd76de6a23f17dd919701bc05..9cee9890987cca4b80e0415dfd8ebe7da81fd4d9 100644 (file)
@@ -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) +