summaryrefslogtreecommitdiff
path: root/libavcodec/dxva2_internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-07 20:36:41 +0100
committerDiego Biurrun <diego@biurrun.de>2016-12-09 08:41:52 +0100
commit92e6b31c3b31be5d6fcad6bf0030bea86a1c8360 (patch)
treee16fb35891918c81f3eda543c0ac39903df68dc0 /libavcodec/dxva2_internal.h
parentdbfe60caca2e8323efa7aba6762dce7be2eba390 (diff)
downloadffmpeg-92e6b31c3b31be5d6fcad6bf0030bea86a1c8360.tar.gz
dxva2: Adjust multiple inclusion guard names to follow convention
Diffstat (limited to 'libavcodec/dxva2_internal.h')
-rw-r--r--libavcodec/dxva2_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/dxva2_internal.h b/libavcodec/dxva2_internal.h
index f0fe3d61e3..2d7939e7c1 100644
--- a/libavcodec/dxva2_internal.h
+++ b/libavcodec/dxva2_internal.h
@@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef AVCODEC_DXVA_INTERNAL_H
-#define AVCODEC_DXVA_INTERNAL_H
+#ifndef AVCODEC_DXVA2_INTERNAL_H
+#define AVCODEC_DXVA2_INTERNAL_H
#define COBJMACROS
@@ -114,4 +114,4 @@ int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *,
DECODER_BUFFER_DESC *bs,
DECODER_BUFFER_DESC *slice));
-#endif /* AVCODEC_DXVA_INTERNAL_H */
+#endif /* AVCODEC_DXVA2_INTERNAL_H */