Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
1fa9becf
Commit
1fa9becf
authored
Feb 04, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define H264 profiles numbers
parent
c1223539
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
modules/codec/h264_nal.h
modules/codec/h264_nal.h
+15
-0
No files found.
modules/codec/h264_nal.h
View file @
1fa9becf
...
@@ -28,6 +28,21 @@
...
@@ -28,6 +28,21 @@
# include <vlc_common.h>
# include <vlc_common.h>
# include <vlc_codec.h>
# include <vlc_codec.h>
#define PROFILE_H264_BASELINE 66
#define PROFILE_H264_MAIN 77
#define PROFILE_H264_EXTENDED 88
#define PROFILE_H264_HIGH 100
#define PROFILE_H264_HIGH_10 110
#define PROFILE_H264_HIGH_422 122
#define PROFILE_H264_HIGH_444 144
#define PROFILE_H264_HIGH_444_PREDICTIVE 244
#define PROFILE_H264_CAVLC_INTRA 44
#define PROFILE_H264_SVC_BASELINE 83
#define PROFILE_H264_SVC_HIGH 86
#define PROFILE_H264_MVC_STEREO_HIGH 128
#define PROFILE_H264_MVC_MULTIVIEW_HIGH 118
/* Parse the SPS/PPS Metadata and convert it to annex b format */
/* Parse the SPS/PPS Metadata and convert it to annex b format */
int
convert_sps_pps
(
decoder_t
*
p_dec
,
const
uint8_t
*
p_buf
,
int
convert_sps_pps
(
decoder_t
*
p_dec
,
const
uint8_t
*
p_buf
,
uint32_t
i_buf_size
,
uint8_t
*
p_out_buf
,
uint32_t
i_buf_size
,
uint8_t
*
p_out_buf
,
...
...
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