[FFmpeg-cvslog] avcodec/vdpau_internal: add comment to #endif
Michael Niedermayer
git at videolan.org
Mon Oct 6 13:04:46 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 6 12:47:08 2014 +0200| [8df41976b7cd2e3ae0fd83ec585c886e94734acf] | committer: Michael Niedermayer
avcodec/vdpau_internal: add comment to #endif
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8df41976b7cd2e3ae0fd83ec585c886e94734acf
---
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 d76845e..bf9233d 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);
More information about the ffmpeg-cvslog
mailing list