[FFmpeg-cvslog] avcodec: fix missing doxygen comment marker
Michael Niedermayer
git at videolan.org
Sun Sep 14 15:58:41 CEST 2014
ffmpeg | branch: release/2.4 | Michael Niedermayer <michaelni at gmx.at> | Mon Sep 1 00:48:50 2014 +0100| [480633c6c2e1434c981cc887c6d54d502e24d6d7] | committer: Vittorio Giovara
avcodec: fix missing doxygen comment marker
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=480633c6c2e1434c981cc887c6d54d502e24d6d7
---
libavcodec/avcodec.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 14440fe..253e45a 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.
*/
More information about the ffmpeg-cvslog
mailing list