summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-02-23 08:20:12 +0100
committerAnton Khirnov <anton@khirnov.net>2013-03-09 08:36:40 +0100
commit845017105f240ac5348aad1f8a5256b86d49db76 (patch)
tree4fdc48238ebf43926686ed041c41b7f8c73d5cbb /libavcodec/avcodec.h
parentd03a94e2b752216b1b66eff33e411a8d69f220e9 (diff)
lavc: remove disabled FF_API_DSP_MASK cruft
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 865785d360..e97320f6ad 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2412,14 +2412,6 @@ typedef struct AVCodecContext {
#define FF_IDCT_BINK 24
#endif
-#if FF_API_DSP_MASK
- /**
- * Unused.
- * @deprecated use av_set_cpu_flags_mask() instead.
- */
- attribute_deprecated unsigned dsp_mask;
-#endif
-
/**
* bits per sample/pixel from the demuxer (needed for huffyuv).
* - encoding: Set by libavcodec.