This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Add
@file
doxy.
Originally committed as revision 24364 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini
15 years ago
parent
e4a28be67b
commit
b5634e458f
1 changed files
with
5 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
libavfilter/vsrc_buffer.c
+ 5
- 1
libavfilter/vsrc_buffer.c
View File
@@ -1,5 +1,4 @@
/*
/*
* Memory buffer source filter
* Copyright (c) 2008 Vitor Sessak
* Copyright (c) 2008 Vitor Sessak
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
@@ -19,6 +18,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
/**
* @file
* memory buffer source filter
*/
#include "avfilter.h"
#include "avfilter.h"
#include "vsrc_buffer.h"
#include "vsrc_buffer.h"
Write
Preview
Loading…
Cancel
Save