mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
dxva2: Adjust multiple inclusion guard names to follow convention
This commit is contained in:
parent
dbfe60caca
commit
92e6b31c3b
@ -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…
Reference in New Issue
Block a user