Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-05-07 14:21:19 +0400
committerAnton Khirnov <anton@khirnov.net>2012-05-07 16:22:42 +0400
commit1432c1c429fb4817ca0d309096ea40a9d03c1035 (patch)
tree720cfa3b9622c2727ce87f9bd354f71ee62528e1 /libavformat/avformat.h
parent10d2ea2604b66fc600ca3df2510068a4b97ab2f7 (diff)
lavf: add missing '*' in a doxy.
Diffstat (limited to 'libavformat/avformat.h')
-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