Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-09-14 02:32:18 +0400
committerMichael Niedermayer <michaelni@gmx.at>2011-09-14 02:32:18 +0400
commitd06c5b44ccb4209b6d6839dfabf0045e934444fe (patch)
tree0fa6cec406e25003ba178430bd9399d7e65c0fcc /libswscale/swscale_internal.h
parent1eb8014b492705533a8e18b08e74ee6ac63ba44f (diff)
swscale: drop redundant code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index c572acb958..3267d1eab6 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -492,10 +492,6 @@ typedef struct SwsContext {
int filterSize);
/** @} */
- void (*hScale16)(int16_t *dst, int dstW, const uint16_t *src, int srcW,
- int xInc, const int16_t *filter, const int16_t *filterPos,
- long filterSize, int shift);
-
void (*lumConvertRange)(int16_t *dst, int width); ///< Color range conversion function for luma plane if needed.
void (*chrConvertRange)(int16_t *dst1, int16_t *dst2, int width); ///< Color range conversion function for chroma planes if needed.