summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-07 12:21:19 +0200
committerAnton Khirnov <anton@khirnov.net>2012-05-07 14:22:42 +0200
commit1432c1c429fb4817ca0d309096ea40a9d03c1035 (patch)
tree720cfa3b9622c2727ce87f9bd354f71ee62528e1
parent10d2ea2604b66fc600ca3df2510068a4b97ab2f7 (diff)
lavf: add missing '*' in a doxy.
-rw-r--r--libavformat/avformat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 087b0b45e1..33e9098ff3 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