summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2012-11-12 01:25:44 +0100
committerLuca Barbato <lu_zero@gentoo.org>2012-11-13 16:21:47 +0100
commitcc085993f42cc01f394c2ce867397179bdf17cca (patch)
tree616f4117da0ad3da970c5415a348b45bd73d0450 /libavcodec/internal.h
parentc1a02e884ac785033baab356a5437adf057a4189 (diff)
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.h5
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.
*