diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-12-10 20:09:04 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-12-10 22:02:28 +0100 |
commit | e4f4a1f93e4573ac5e1ece6f667c807444a9a42c (patch) | |
tree | 4f427448e6607365efdb526659cba2fce22bb791 | |
parent | b262a05904bdb31862f0b2fc3c9e4aeee32d301c (diff) | |
download | ffmpeg-e4f4a1f93e4573ac5e1ece6f667c807444a9a42c.tar.gz |
lavf doxy: rename lavf I/O group to lavf_io.
-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 16dc4e833a..2298d718c7 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -33,7 +33,7 @@ * @{ * @} * - * @defgroup lavf_proto I/O Read/Write + * @defgroup lavf_io I/O Read/Write * @{ * @} * |