From 26ce9aec03d925b1ff4beaea462252ad1d7d2c61 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 13 Aug 2012 12:20:07 +0200 Subject: dnxhdenc: x86: more sensible names for optimization file and init function --- libavcodec/dnxhdenc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/dnxhdenc.h') diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h index 7e2f96f9d2..4484cf8023 100644 --- a/libavcodec/dnxhdenc.h +++ b/libavcodec/dnxhdenc.h @@ -95,6 +95,6 @@ typedef struct DNXHDEncContext { void (*get_pixels_8x4_sym)(DCTELEM * /*align 16*/, const uint8_t *, int); } DNXHDEncContext; -void ff_dnxhd_init_mmx(DNXHDEncContext *ctx); +void ff_dnxhdenc_init_x86(DNXHDEncContext *ctx); #endif /* AVCODEC_DNXHDENC_H */ -- cgit v1.2.3