Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
00ed7f59
Commit
00ed7f59
authored
12 years ago
by
Anton Khirnov
Browse files
Options
Downloads
Patches
Plain Diff
lavu: remove disabled FF_API_AV_FIFO_PEEK cruft
parent
c692957c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavutil/fifo.h
+0
-11
0 additions, 11 deletions
libavutil/fifo.h
libavutil/version.h
+0
-3
0 additions, 3 deletions
libavutil/version.h
with
0 additions
and
14 deletions
libavutil/fifo.h
+
0
−
11
View file @
00ed7f59
...
@@ -128,15 +128,4 @@ static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs)
...
@@ -128,15 +128,4 @@ static inline uint8_t *av_fifo_peek2(const AVFifoBuffer *f, int offs)
return
ptr
;
return
ptr
;
}
}
#if FF_API_AV_FIFO_PEEK
/**
* @deprecated Use av_fifo_peek2() instead.
*/
attribute_deprecated
static
inline
uint8_t
av_fifo_peek
(
AVFifoBuffer
*
f
,
int
offs
)
{
return
*
av_fifo_peek2
(
f
,
offs
);
}
#endif
#endif
/* AVUTIL_FIFO_H */
#endif
/* AVUTIL_FIFO_H */
This diff is collapsed.
Click to expand it.
libavutil/version.h
+
0
−
3
View file @
00ed7f59
...
@@ -61,9 +61,6 @@
...
@@ -61,9 +61,6 @@
* @{
* @{
*/
*/
#ifndef FF_API_AV_FIFO_PEEK
#define FF_API_AV_FIFO_PEEK (LIBAVUTIL_VERSION_MAJOR < 52)
#endif
#ifndef FF_API_PIX_FMT
#ifndef FF_API_PIX_FMT
#define FF_API_PIX_FMT (LIBAVUTIL_VERSION_MAJOR < 53)
#define FF_API_PIX_FMT (LIBAVUTIL_VERSION_MAJOR < 53)
#endif
#endif
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment