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
b3067ac1
Commit
b3067ac1
authored
Aug 16, 2004
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup
Originally committed as revision 3395 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
ec587a50
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
25 deletions
+0
-25
h264.c
libavcodec/h264.c
+0
-25
No files found.
libavcodec/h264.c
View file @
b3067ac1
...
...
@@ -5339,31 +5339,6 @@ static inline int decode_vui_parameters(H264Context *h, SPS *sps){
}
#if 0
| overscan_info_present_flag |0 |u(1) |
| if( overscan_info_present_flag ) | | |
| overscan_appropriate_flag |0 |u(1) |
| video_signal_type_present_flag |0 |u(1) |
| if( video_signal_type_present_flag ) { | | |
| video_format |0 |u(3) |
| video_full_range_flag |0 |u(1) |
| colour_description_present_flag |0 |u(1) |
| if( colour_description_present_flag ) { | | |
| colour_primaries |0 |u(8) |
| transfer_characteristics |0 |u(8) |
| matrix_coefficients |0 |u(8) |
| } | | |
| } | | |
| chroma_location_info_present_flag |0 |u(1) |
| if ( chroma_location_info_present_flag ) { | | |
| chroma_sample_location_type_top_field |0 |ue(v) |
| chroma_sample_location_type_bottom_field |0 |ue(v) |
| } | | |
| timing_info_present_flag |0 |u(1) |
| if( timing_info_present_flag ) { | | |
| num_units_in_tick |0 |u(32) |
| time_scale |0 |u(32) |
| fixed_frame_rate_flag |0 |u(1) |
| } | | |
| nal_hrd_parameters_present_flag |0 |u(1) |
| if( nal_hrd_parameters_present_flag = = 1) | | |
| hrd_parameters( ) | | |
...
...
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