diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-29 01:31:10 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-29 01:31:10 +0200 |
commit | 22652dc2b8d61d6a48e3f7815fa7f4b0adf0f12f (patch) | |
tree | c809889b08f65984098f7c1120267e52f44701bf /libavcodec | |
parent | 37520a91ace89fec5f554ecb9bf7bb7a983dfb0c (diff) | |
download | ffmpeg-22652dc2b8d61d6a48e3f7815fa7f4b0adf0f12f.tar.gz |
avcodec/avcodec: fix missing doxygen comment marker
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 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. */ |