diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 12:47:08 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-06 12:47:08 +0200 |
commit | 8df41976b7cd2e3ae0fd83ec585c886e94734acf (patch) | |
tree | 42c675554b8894ed17ebb9bd78e94f3dcce6a904 | |
parent | 10b6d7462cbf0d13913c9d07e85c79210427d71e (diff) | |
download | ffmpeg-8df41976b7cd2e3ae0fd83ec585c886e94734acf.tar.gz |
avcodec/vdpau_internal: add comment to #endif
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/vdpau_internal.h | 2 |
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); |