diff options
author | Michael Niedermayer <[email protected]> | 2014-09-01 00:48:50 +0100 |
---|---|---|
committer | Vittorio Giovara <[email protected]> | 2014-09-01 00:48:58 +0100 |
commit | 480633c6c2e1434c981cc887c6d54d502e24d6d7 (patch) | |
tree | 984199086f6975b8cd1892daa75e39d9ad0ca49b | |
parent | b5d4f49e3cb1a13642542f08c8c54791c3d54dfb (diff) |
avcodec: fix missing doxygen comment marker
-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. */ |