dxva2: Adjust multiple inclusion guard names to follow convention

pull/254/merge
Diego Biurrun 8 years ago
parent dbfe60caca
commit 92e6b31c3b
  1. 6
      libavcodec/dxva2.h
  2. 6
      libavcodec/dxva2_internal.h

@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVCODEC_DXVA_H #ifndef AVCODEC_DXVA2_H
#define AVCODEC_DXVA_H #define AVCODEC_DXVA2_H
/** /**
* @file * @file
@ -90,4 +90,4 @@ struct dxva_context {
* @} * @}
*/ */
#endif /* AVCODEC_DXVA_H */ #endif /* AVCODEC_DXVA2_H */

@ -20,8 +20,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef AVCODEC_DXVA_INTERNAL_H #ifndef AVCODEC_DXVA2_INTERNAL_H
#define AVCODEC_DXVA_INTERNAL_H #define AVCODEC_DXVA2_INTERNAL_H
#define COBJMACROS #define COBJMACROS
@ -114,4 +114,4 @@ int ff_dxva2_common_end_frame(AVCodecContext *, AVFrame *,
DECODER_BUFFER_DESC *bs, DECODER_BUFFER_DESC *bs,
DECODER_BUFFER_DESC *slice)); DECODER_BUFFER_DESC *slice));
#endif /* AVCODEC_DXVA_INTERNAL_H */ #endif /* AVCODEC_DXVA2_INTERNAL_H */

Loading…
Cancel
Save