summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_internal.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-10-06 12:47:08 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-10-06 12:47:08 +0200
commit8df41976b7cd2e3ae0fd83ec585c886e94734acf (patch)
tree42c675554b8894ed17ebb9bd78e94f3dcce6a904 /libavcodec/vdpau_internal.h
parent10b6d7462cbf0d13913c9d07e85c79210427d71e (diff)
downloadffmpeg-8df41976b7cd2e3ae0fd83ec585c886e94734acf.tar.gz
avcodec/vdpau_internal: add comment to #endif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/vdpau_internal.h')
-rw-r--r--libavcodec/vdpau_internal.h2
1 files changed, 1 insertions, 1 deletions
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);