Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
251fb7dc
Commit
251fb7dc
authored
Sep 05, 2015
by
James Almer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec: remove FF_API_DV_FRAME_PROFILE cruft
Signed-off-by:
James Almer
<
jamrial@gmail.com
>
parent
34332287
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
20 deletions
+0
-20
dv_profile.c
libavcodec/dv_profile.c
+0
-8
dv_profile.h
libavcodec/dv_profile.h
+0
-9
version.h
libavcodec/version.h
+0
-3
No files found.
libavcodec/dv_profile.c
View file @
251fb7dc
...
...
@@ -297,14 +297,6 @@ const AVDVProfile* ff_dv_frame_profile(AVCodecContext* codec, const AVDVProfile
return
NULL
;
}
#if FF_API_DV_FRAME_PROFILE
const
AVDVProfile
*
avpriv_dv_frame_profile2
(
AVCodecContext
*
codec
,
const
AVDVProfile
*
sys
,
const
uint8_t
*
frame
,
unsigned
buf_size
)
{
return
ff_dv_frame_profile
(
codec
,
sys
,
frame
,
buf_size
);
}
#endif
const
AVDVProfile
*
av_dv_frame_profile
(
const
AVDVProfile
*
sys
,
const
uint8_t
*
frame
,
unsigned
buf_size
)
{
...
...
libavcodec/dv_profile.h
View file @
251fb7dc
...
...
@@ -58,15 +58,6 @@ typedef struct AVDVProfile {
const
uint8_t
(
*
audio_shuffle
)[
9
];
/* PCM shuffling table */
}
AVDVProfile
;
#if FF_API_DV_FRAME_PROFILE
/**
* @deprecated use av_dv_frame_profile()
*/
attribute_deprecated
const
AVDVProfile
*
avpriv_dv_frame_profile2
(
AVCodecContext
*
codec
,
const
AVDVProfile
*
sys
,
const
uint8_t
*
frame
,
unsigned
buf_size
);
#endif
/**
* Get a DV profile for the provided compressed frame.
*
...
...
libavcodec/version.h
View file @
251fb7dc
...
...
@@ -161,9 +161,6 @@
/* XXX: don't forget to drop the -vismv documentation */
#define FF_API_VISMV (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_DV_FRAME_PROFILE
#define FF_API_DV_FRAME_PROFILE (LIBAVCODEC_VERSION_MAJOR < 57)
#endif
#ifndef FF_API_AUDIOENC_DELAY
#define FF_API_AUDIOENC_DELAY (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
...
...
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