From ecf72542fac6d05d88efe4a7a474adb8ec291fbe Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 25 May 2011 09:37:25 +0200 Subject: [PATCH] vsrc_buffer: remove duplicated file description --- libavfilter/vsrc_buffer.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavfilter/vsrc_buffer.h b/libavfilter/vsrc_buffer.h index 7e2526bea0..c717f3dae4 100644 --- a/libavfilter/vsrc_buffer.h +++ b/libavfilter/vsrc_buffer.h @@ -1,5 +1,4 @@ /* - * Memory buffer source filter * Copyright (c) 2008 Vitor Sessak * * This file is part of FFmpeg. @@ -27,7 +26,6 @@ * memory buffer source API for video */ - #include "avfilter.h" /**