Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
83db7197
Commit
83db7197
authored
May 22, 2011
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavfi: make vsrc_buffer.h header public
Address trac issue #33.
parent
e6c1791b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
+5
-2
APIchanges
doc/APIchanges
+3
-0
Makefile
libavfilter/Makefile
+1
-1
avfilter.h
libavfilter/avfilter.h
+1
-1
No files found.
doc/APIchanges
View file @
83db7197
...
...
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
2011-05-22 - xxxxxx - lavfi 2.10.0 - vsrc_buffer.h
Make libavfilter/vsrc_buffer.h public.
2011-05-XX - XXXXXX - lavfi 2.8.0 - avcodec.h
Add av_vsrc_buffer_add_frame() to libavfilter/avcodec.h.
...
...
libavfilter/Makefile
View file @
83db7197
...
...
@@ -6,7 +6,7 @@ FFLIBS-$(CONFIG_MOVIE_FILTER) += avformat avcodec
FFLIBS-$(CONFIG_SCALE_FILTER)
+=
swscale
FFLIBS-$(CONFIG_MP_FILTER)
+=
avcodec
HEADERS
=
avcodec.h avfilter.h avfiltergraph.h
HEADERS
=
avcodec.h avfilter.h avfiltergraph.h
vsrc_buffer.h
OBJS
=
allfilters.o
\
avfilter.o
\
...
...
libavfilter/avfilter.h
View file @
83db7197
...
...
@@ -26,7 +26,7 @@
#include "libavutil/samplefmt.h"
#define LIBAVFILTER_VERSION_MAJOR 2
#define LIBAVFILTER_VERSION_MINOR
9
#define LIBAVFILTER_VERSION_MINOR
10
#define LIBAVFILTER_VERSION_MICRO 0
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment