diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-07-27 15:54:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-07-27 15:54:26 +0000 |
commit | a20df85886abf3ba2aafb3598719701dfbae2ea3 (patch) | |
tree | 33183e15ebb3b1a12fe9f50efad489ffa715ae71 /libavformat/tty.c | |
parent | facdd25df2efe089fd2e2dcd93b86d88bea6b33b (diff) | |
download | ffmpeg-a20df85886abf3ba2aafb3598719701dfbae2ea3.tar.gz |
Fix doxy that refers to the wrong variable.
Originally committed as revision 24549 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/tty.c')
-rw-r--r-- | libavformat/tty.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; /** |