summaryrefslogtreecommitdiff
path: root/libavfilter/sink_buffer.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2012-07-06 01:10:28 +0200
committerStefano Sabatini <stefasab@gmail.com>2012-07-06 01:11:45 +0200
commit3e3e414fe422562fee701fe7fab5b1dc7e5df6f3 (patch)
treea94acd4cc0e2a95c59f5d7969c4494f85c7d65f5 /libavfilter/sink_buffer.c
parent24823a761cb28eff5876d5de266a7d7103075e94 (diff)
lavfi/buffersink: fix doxy, remove "video" reference
The file contains the code for the audio buffersink as well.
Diffstat (limited to 'libavfilter/sink_buffer.c')
-rw-r--r--libavfilter/sink_buffer.c2
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"