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
19446dc5
Commit
19446dc5
authored
May 17, 2016
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
h264: drop unused NAL_FF_IGNORE
parent
bcd91f16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
h264.c
libavcodec/h264.c
+0
-2
h264.h
libavcodec/h264.h
+0
-1
No files found.
libavcodec/h264.c
View file @
19446dc5
...
...
@@ -926,8 +926,6 @@ static int decode_nal_units(H264Context *h, const uint8_t *buf, int buf_size)
case
NAL_SPS_EXT
:
case
NAL_AUXILIARY_SLICE
:
break
;
case
NAL_FF_IGNORE
:
break
;
default:
av_log
(
avctx
,
AV_LOG_DEBUG
,
"Unknown NAL code: %d (%d bits)
\n
"
,
nal
->
type
,
nal
->
size_bits
);
...
...
libavcodec/h264.h
View file @
19446dc5
...
...
@@ -124,7 +124,6 @@ enum {
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