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
1b6e52c6
Commit
1b6e52c6
authored
Nov 11, 2017
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/dnxhddata: remove dead code
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
006546c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
11 deletions
+1
-11
dnxhddata.c
libavcodec/dnxhddata.c
+0
-7
dnxhddata.h
libavcodec/dnxhddata.h
+1
-4
No files found.
libavcodec/dnxhddata.c
View file @
1b6e52c6
...
...
@@ -1100,13 +1100,6 @@ int avpriv_dnxhd_get_interlaced(int cid)
return
ff_dnxhd_cid_table
[
i
].
flags
&
DNXHD_INTERLACED
?
1
:
0
;
}
#if LIBAVCODEC_VERSION_MAJOR < 58
uint64_t
avpriv_dnxhd_parse_header_prefix
(
const
uint8_t
*
buf
)
{
return
ff_dnxhd_parse_header_prefix
(
buf
);
}
#endif
static
int
dnxhd_find_hr_cid
(
AVCodecContext
*
avctx
)
{
switch
(
avctx
->
profile
)
{
...
...
libavcodec/dnxhddata.h
View file @
1b6e52c6
...
...
@@ -105,8 +105,5 @@ static av_always_inline int ff_dnxhd_get_hr_frame_size(int cid, int w, int h)
int
avpriv_dnxhd_get_frame_size
(
int
cid
);
int
avpriv_dnxhd_get_interlaced
(
int
cid
);
#if LIBAVCODEC_VERSION_MAJOR < 58
attribute_deprecated
uint64_t
avpriv_dnxhd_parse_header_prefix
(
const
uint8_t
*
buf
);
#endif
#endif
/* AVCODEC_DNXHDDATA_H */
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