summaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhdenc.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-13 12:20:07 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-24 02:23:15 +0200
commit26ce9aec03d925b1ff4beaea462252ad1d7d2c61 (patch)
treec94c14a763973c54c67045e6f6eee7f71168f3b8 /libavcodec/dnxhdenc.h
parentf1e06d37c934e8f908d40207ceeba60fc55b5391 (diff)
downloadffmpeg-streaming-26ce9aec03d925b1ff4beaea462252ad1d7d2c61.zip
ffmpeg-streaming-26ce9aec03d925b1ff4beaea462252ad1d7d2c61.tar.gz
dnxhdenc: x86: more sensible names for optimization file and init function
Diffstat (limited to 'libavcodec/dnxhdenc.h')
-rw-r--r--libavcodec/dnxhdenc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dnxhdenc.h b/libavcodec/dnxhdenc.h
index 7e2f96f..4484cf8 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 */
OpenPOWER on IntegriCloud