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
470bce2b
Commit
470bce2b
authored
Jan 11, 2009
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cosmetics: indentation
Originally committed as revision 16550 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c54286ab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
4xm.c
libavformat/4xm.c
+18
-18
No files found.
libavformat/4xm.c
View file @
470bce2b
...
...
@@ -29,25 +29,25 @@
#include "avformat.h"
#define RIFF_TAG MKTAG('R', 'I', 'F', 'F')
#define
RIFF_TAG MKTAG('R', 'I', 'F', 'F')
#define FOURXMV_TAG MKTAG('4', 'X', 'M', 'V')
#define LIST_TAG MKTAG('L', 'I', 'S', 'T')
#define HEAD_TAG MKTAG('H', 'E', 'A', 'D')
#define TRK__TAG MKTAG('T', 'R', 'K', '_')
#define MOVI_TAG MKTAG('M', 'O', 'V', 'I')
#define VTRK_TAG MKTAG('V', 'T', 'R', 'K')
#define STRK_TAG MKTAG('S', 'T', 'R', 'K')
#define std__TAG MKTAG('s', 't', 'd', '_')
#define name_TAG MKTAG('n', 'a', 'm', 'e')
#define vtrk_TAG MKTAG('v', 't', 'r', 'k')
#define strk_TAG MKTAG('s', 't', 'r', 'k')
#define ifrm_TAG MKTAG('i', 'f', 'r', 'm')
#define pfrm_TAG MKTAG('p', 'f', 'r', 'm')
#define cfrm_TAG MKTAG('c', 'f', 'r', 'm')
#define ifr2_TAG MKTAG('i', 'f', 'r', '2')
#define pfr2_TAG MKTAG('p', 'f', 'r', '2')
#define cfr2_TAG MKTAG('c', 'f', 'r', '2')
#define snd__TAG MKTAG('s', 'n', 'd', '_')
#define
LIST_TAG MKTAG('L', 'I', 'S', 'T')
#define
HEAD_TAG MKTAG('H', 'E', 'A', 'D')
#define
TRK__TAG MKTAG('T', 'R', 'K', '_')
#define
MOVI_TAG MKTAG('M', 'O', 'V', 'I')
#define
VTRK_TAG MKTAG('V', 'T', 'R', 'K')
#define
STRK_TAG MKTAG('S', 'T', 'R', 'K')
#define
std__TAG MKTAG('s', 't', 'd', '_')
#define
name_TAG MKTAG('n', 'a', 'm', 'e')
#define
vtrk_TAG MKTAG('v', 't', 'r', 'k')
#define
strk_TAG MKTAG('s', 't', 'r', 'k')
#define
ifrm_TAG MKTAG('i', 'f', 'r', 'm')
#define
pfrm_TAG MKTAG('p', 'f', 'r', 'm')
#define
cfrm_TAG MKTAG('c', 'f', 'r', 'm')
#define
ifr2_TAG MKTAG('i', 'f', 'r', '2')
#define
pfr2_TAG MKTAG('p', 'f', 'r', '2')
#define
cfr2_TAG MKTAG('c', 'f', 'r', '2')
#define
snd__TAG MKTAG('s', 'n', 'd', '_')
#define vtrk_SIZE 0x44
#define strk_SIZE 0x28
...
...
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