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
583f6c67
Commit
583f6c67
authored
14 years ago
by
Anton Khirnov
Browse files
Options
Downloads
Patches
Plain Diff
lavf: remove FF_API_PARAMETERS_CODEC_ID cruft
parent
fc2d3a19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libavformat/avformat.h
+0
-4
0 additions, 4 deletions
libavformat/avformat.h
libavformat/version.h
+0
-3
0 additions, 3 deletions
libavformat/version.h
with
0 additions
and
7 deletions
libavformat/avformat.h
+
0
−
4
View file @
583f6c67
...
...
@@ -242,10 +242,6 @@ typedef struct AVFormatParameters {
unsigned
int
initial_pause
:
1
;
/**< Do not begin to play the stream
immediately (RTSP only). */
unsigned
int
prealloced_context
:
1
;
#if FF_API_PARAMETERS_CODEC_ID
attribute_deprecated
enum
CodecID
video_codec_id
;
attribute_deprecated
enum
CodecID
audio_codec_id
;
#endif
}
AVFormatParameters
;
//! Demuxer will use avio_open, no opened file should be provided by the caller.
...
...
This diff is collapsed.
Click to expand it.
libavformat/version.h
+
0
−
3
View file @
583f6c67
...
...
@@ -50,9 +50,6 @@
#ifndef FF_API_READ_SEEK
#define FF_API_READ_SEEK (LIBAVFORMAT_VERSION_MAJOR < 54)
#endif
#ifndef FF_API_PARAMETERS_CODEC_ID
#define FF_API_PARAMETERS_CODEC_ID (LIBAVFORMAT_VERSION_MAJOR < 53)
#endif
#ifndef FF_API_FIRST_FORMAT
#define FF_API_FIRST_FORMAT (LIBAVFORMAT_VERSION_MAJOR < 53)
#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