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
7428c8f5
Commit
7428c8f5
authored
Jul 20, 2010
by
Martin Storsjö
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
asf: Add asf_jfif_media guid
Originally committed as revision 24350 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c963e961
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
asf.c
libavformat/asf.c
+4
-0
asf.h
libavformat/asf.h
+1
-0
No files found.
libavformat/asf.c
View file @
7428c8f5
...
...
@@ -55,6 +55,10 @@ const ff_asf_guid ff_asf_video_stream = {
0xC0
,
0xEF
,
0x19
,
0xBC
,
0x4D
,
0x5B
,
0xCF
,
0x11
,
0xA8
,
0xFD
,
0x00
,
0x80
,
0x5F
,
0x5C
,
0x44
,
0x2B
};
const
ff_asf_guid
ff_asf_jfif_media
=
{
0x00
,
0xE1
,
0x1B
,
0xB6
,
0x4E
,
0x5B
,
0xCF
,
0x11
,
0xA8
,
0xFD
,
0x00
,
0x80
,
0x5F
,
0x5C
,
0x44
,
0x2B
};
const
ff_asf_guid
ff_asf_video_conceal_none
=
{
0x00
,
0x57
,
0xFB
,
0x20
,
0x55
,
0x5B
,
0xCF
,
0x11
,
0xA8
,
0xFD
,
0x00
,
0x80
,
0x5F
,
0x5C
,
0x44
,
0x2B
};
...
...
libavformat/asf.h
View file @
7428c8f5
...
...
@@ -145,6 +145,7 @@ extern const ff_asf_guid ff_asf_audio_stream;
extern
const
ff_asf_guid
ff_asf_audio_conceal_none
;
extern
const
ff_asf_guid
ff_asf_audio_conceal_spread
;
extern
const
ff_asf_guid
ff_asf_video_stream
;
extern
const
ff_asf_guid
ff_asf_jfif_media
;
extern
const
ff_asf_guid
ff_asf_video_conceal_none
;
extern
const
ff_asf_guid
ff_asf_command_stream
;
extern
const
ff_asf_guid
ff_asf_comment_header
;
...
...
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