summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-29 01:31:10 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-29 01:31:10 +0200
commit22652dc2b8d61d6a48e3f7815fa7f4b0adf0f12f (patch)
treec809889b08f65984098f7c1120267e52f44701bf /libavcodec/avcodec.h
parent37520a91ace89fec5f554ecb9bf7bb7a983dfb0c (diff)
avcodec/avcodec: fix missing doxygen comment marker
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
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.
*/