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
b73ad746
Commit
b73ad746
authored
Jan 19, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lavf: move CodecMime from matroska.h to internal.h
it will be useful for attached pictures in ID3v2
parent
eaea76d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
internal.h
libavformat/internal.h
+5
-0
matroska.h
libavformat/matroska.h
+1
-5
No files found.
libavformat/internal.h
View file @
b73ad746
...
...
@@ -37,6 +37,11 @@ typedef struct AVCodecTag {
unsigned
int
tag
;
}
AVCodecTag
;
typedef
struct
CodecMime
{
char
str
[
32
];
enum
CodecID
id
;
}
CodecMime
;
void
ff_dynarray_add
(
intptr_t
**
tab_ptr
,
int
*
nb_ptr
,
intptr_t
elem
);
#ifdef __GNUC__
...
...
libavformat/matroska.h
View file @
b73ad746
...
...
@@ -24,6 +24,7 @@
#include "libavcodec/avcodec.h"
#include "metadata.h"
#include "internal.h"
/* EBML version supported */
#define EBML_VERSION 1
...
...
@@ -245,11 +246,6 @@ typedef struct CodecTags{
enum
CodecID
id
;
}
CodecTags
;
typedef
struct
CodecMime
{
char
str
[
32
];
enum
CodecID
id
;
}
CodecMime
;
/* max. depth in the EBML tree structure */
#define EBML_MAX_DEPTH 16
...
...
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