From a20df85886abf3ba2aafb3598719701dfbae2ea3 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 27 Jul 2010 15:54:26 +0000 Subject: Fix doxy that refers to the wrong variable. Originally committed as revision 24549 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/tty.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/tty.c') diff --git a/libavformat/tty.c b/libavformat/tty.c index 9a40fec471..e4ed22d4c1 100644 --- a/libavformat/tty.c +++ b/libavformat/tty.c @@ -34,7 +34,7 @@ typedef struct { int chars_per_frame; - uint64_t fsize; /** file size less metadata buffer */ + uint64_t fsize; /**< file size less metadata buffer */ } TtyDemuxContext; /** -- cgit v1.2.3