Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
26e0e393
Commit
26e0e393
authored
Apr 03, 2015
by
Mariusz Szczepańczyk
Committed by
Michael Niedermayer
Apr 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf/avio: Add new types to AVIODirEntryType, bump minor version
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
b2c05867
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
2 deletions
+10
-2
APIchanges
doc/APIchanges
+5
-0
avio.h
libavformat/avio.h
+4
-1
version.h
libavformat/version.h
+1
-1
No files found.
doc/APIchanges
View file @
26e0e393
...
...
@@ -15,6 +15,11 @@ libavutil: 2014-08-09
API changes, most recent first:
2015-xx-xx - xxxxxxx - lavf 56.29.100 - avio.h
Add AVIODirEntryType.AVIO_ENTRY_SERVER.
Add AVIODirEntryType.AVIO_ENTRY_SHARE.
Add AVIODirEntryType.AVIO_ENTRY_WORKGROUP.
2015-xx-xx - xxxxxxx - lavu 54.22.100 - avstring.h
Add av_append_path_component()
...
...
libavformat/avio.h
View file @
26e0e393
...
...
@@ -63,7 +63,10 @@ enum AVIODirEntryType {
AVIO_ENTRY_NAMED_PIPE
,
AVIO_ENTRY_SYMBOLIC_LINK
,
AVIO_ENTRY_SOCKET
,
AVIO_ENTRY_FILE
AVIO_ENTRY_FILE
,
AVIO_ENTRY_SERVER
,
AVIO_ENTRY_SHARE
,
AVIO_ENTRY_WORKGROUP
,
};
/**
...
...
libavformat/version.h
View file @
26e0e393
...
...
@@ -30,7 +30,7 @@
#include "libavutil/version.h"
#define LIBAVFORMAT_VERSION_MAJOR 56
#define LIBAVFORMAT_VERSION_MINOR 2
8
#define LIBAVFORMAT_VERSION_MINOR 2
9
#define LIBAVFORMAT_VERSION_MICRO 100
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_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