From 1432c1c429fb4817ca0d309096ea40a9d03c1035 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 7 May 2012 12:21:19 +0200 Subject: lavf: add missing '*' in a doxy. --- libavformat/avformat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3