diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-09-01 00:48:50 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-09-01 00:52:22 +0100 |
commit | 37c46743ee42df1d6986ba3c996e3af5b95511f7 (patch) | |
tree | 908cff31c3b171da6a3bbce5e9975c4ab286a423 /libavcodec | |
parent | 9e8bbe7d4d1dcd5fec491dbfbb98ed2038a7bed5 (diff) | |
download | ffmpeg-37c46743ee42df1d6986ba3c996e3af5b95511f7.tar.gz |
avcodec: fix missing doxygen comment marker
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
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. */ |