diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-25 09:37:25 +0200 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2011-05-25 09:37:25 +0200 |
commit | ecf72542fac6d05d88efe4a7a474adb8ec291fbe (patch) | |
tree | d679e11392e6c3b267d02cbe9a038578e9cb24a2 | |
parent | 034fc7bf129152b94958f4b74b9c81590350ce59 (diff) | |
download | ffmpeg-ecf72542fac6d05d88efe4a7a474adb8ec291fbe.tar.gz |
vsrc_buffer: remove duplicated file description
-rw-r--r-- | libavfilter/vsrc_buffer.h | 2 |
1 files changed, 0 insertions, 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" /** |