diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-07-06 01:10:28 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-06 01:11:45 +0200 |
commit | 3e3e414fe422562fee701fe7fab5b1dc7e5df6f3 (patch) | |
tree | a94acd4cc0e2a95c59f5d7969c4494f85c7d65f5 | |
parent | 24823a761cb28eff5876d5de266a7d7103075e94 (diff) | |
download | ffmpeg-3e3e414fe422562fee701fe7fab5b1dc7e5df6f3.tar.gz |
lavfi/buffersink: fix doxy, remove "video" reference
The file contains the code for the audio buffersink as well.
-rw-r--r-- | libavfilter/sink_buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/sink_buffer.c b/libavfilter/sink_buffer.c index 2f3dff84ff..8275f80965 100644 --- a/libavfilter/sink_buffer.c +++ b/libavfilter/sink_buffer.c @@ -20,7 +20,7 @@ /** * @file - * buffer video sink + * buffer sink */ #include "libavutil/avassert.h" |