Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
470bce2b
Commit
470bce2b
authored
16 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
cosmetics: indentation
Originally committed as revision 16550 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c54286ab
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libavformat/4xm.c
+18
-18
18 additions, 18 deletions
libavformat/4xm.c
with
18 additions
and
18 deletions
libavformat/4xm.c
+
18
−
18
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment