From 22652dc2b8d61d6a48e3f7815fa7f4b0adf0f12f Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 29 Aug 2014 01:31:10 +0200 Subject: [PATCH] avcodec/avcodec: fix missing doxygen comment marker Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6dd6256bcd..fb1c9ca9ec 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1027,7 +1027,7 @@ enum AVPacketSideDataType { */ AV_PKT_DATA_DISPLAYMATRIX, - /* + /** * This side data should be associated with a video stream and contains * Stereoscopic 3D information in form of the AVStereo3D struct. */