From 8df41976b7cd2e3ae0fd83ec585c886e94734acf Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 6 Oct 2014 12:47:08 +0200 Subject: [PATCH] avcodec/vdpau_internal: add comment to #endif Signed-off-by: Michael Niedermayer --- libavcodec/vdpau_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vdpau_internal.h b/libavcodec/vdpau_internal.h index d76845e3bf..bf9233d4dc 100644 --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -107,7 +107,7 @@ struct vdpau_picture_context { int ff_vdpau_common_init(AVCodecContext *avctx, VdpDecoderProfile profile, int level); -#endif +#endif //CONFIG_VDPAU int ff_vdpau_common_uninit(AVCodecContext *avctx);