summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-09-01 00:48:50 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2014-09-01 00:52:22 +0100
commit37c46743ee42df1d6986ba3c996e3af5b95511f7 (patch)
tree908cff31c3b171da6a3bbce5e9975c4ab286a423 /libavcodec/avcodec.h
parent9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5 (diff)
avcodec: fix missing doxygen comment marker
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 14440fe3c1..253e45ad05 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -912,7 +912,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.
*/