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
b141c7b3
Commit
b141c7b3
authored
Feb 06, 2014
by
Vittorio Giovara
Committed by
Janne Grunau
Feb 08, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: give numbers to nalus
Signed-off-by:
Janne Grunau
<
janne-libav@jannau.net
>
parent
0cffd6ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
h264.h
libavcodec/h264.h
+13
-13
No files found.
libavcodec/h264.h
View file @
b141c7b3
...
...
@@ -99,19 +99,19 @@
/* NAL unit types */
enum
{
NAL_SLICE
=
1
,
NAL_DPA
,
NAL_DPB
,
NAL_DPC
,
NAL_IDR_SLICE
,
NAL_SEI
,
NAL_SPS
,
NAL_PPS
,
NAL_AUD
,
NAL_END_SEQUENCE
,
NAL_END_STREAM
,
NAL_FILLER_DATA
,
NAL_SPS_EXT
,
NAL_SLICE
=
1
,
NAL_DPA
=
2
,
NAL_DPB
=
3
,
NAL_DPC
=
4
,
NAL_IDR_SLICE
=
5
,
NAL_SEI
=
6
,
NAL_SPS
=
7
,
NAL_PPS
=
8
,
NAL_AUD
=
9
,
NAL_END_SEQUENCE
=
10
,
NAL_END_STREAM
=
11
,
NAL_FILLER_DATA
=
12
,
NAL_SPS_EXT
=
13
,
NAL_AUXILIARY_SLICE
=
19
,
NAL_FF_IGNORE
=
0xff0f001
,
};
...
...
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