diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-11-12 01:25:44 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-11-13 16:21:47 +0100 |
commit | cc085993f42cc01f394c2ce867397179bdf17cca (patch) | |
tree | 616f4117da0ad3da970c5415a348b45bd73d0450 /libavcodec/internal.h | |
parent | c1a02e884ac785033baab356a5437adf057a4189 (diff) | |
download | ffmpeg-cc085993f42cc01f394c2ce867397179bdf17cca.tar.gz |
avcodec: remove ff_is_hwaccel_pix_fmt
It is used only in one place and is unlikely it would be needed
elsewhere.
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 231d4b6809..0f624e201f 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -86,11 +86,6 @@ struct AVCodecDefault { }; /** - * Determine whether pix_fmt is a hardware accelerated format. - */ -int ff_is_hwaccel_pix_fmt(enum AVPixelFormat pix_fmt); - -/** * Return the hardware accelerated codec for codec codec_id and * pixel format pix_fmt. * |