[FFmpeg-cvslog] avcodec: fix missing doxygen comment marker

Michael Niedermayer git at videolan.org
Mon Sep 1 05:31:21 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Sep  1 00:48:50 2014 +0100| [37c46743ee42df1d6986ba3c996e3af5b95511f7] | committer: Vittorio Giovara

avcodec: fix missing doxygen comment marker

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37c46743ee42df1d6986ba3c996e3af5b95511f7
---

 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