diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-07 12:21:19 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-07 14:22:42 +0200 |
commit | 1432c1c429fb4817ca0d309096ea40a9d03c1035 (patch) | |
tree | 720cfa3b9622c2727ce87f9bd354f71ee62528e1 /libavformat | |
parent | 10d2ea2604b66fc600ca3df2510068a4b97ab2f7 (diff) | |
download | ffmpeg-1432c1c429fb4817ca0d309096ea40a9d03c1035.tar.gz |
lavf: add missing '*' in a doxy.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 2 |
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 |