[FFmpeg-cvslog] lavf: add missing '*' in a doxy.
Anton Khirnov
git at videolan.org
Mon May 7 23:06:27 CEST 2012
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Mon May 7 12:21:19 2012 +0200| [1432c1c429fb4817ca0d309096ea40a9d03c1035] | committer: Anton Khirnov
lavf: add missing '*' in a doxy.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1432c1c429fb4817ca0d309096ea40a9d03c1035
---
libavformat/avformat.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 087b0b4..33e9098 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -817,7 +817,7 @@ typedef struct AVFormatContext {
*/
void *priv_data;
- /*
+ /**
* I/O context.
*
* decoding: either set by the user before avformat_open_input() (then
More information about the ffmpeg-cvslog
mailing list