Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2011-02-03 14:46:12 +0300
committerAnton Khirnov <anton@khirnov.net>2011-04-19 20:28:39 +0400
commit583f6c67b6edfb6a6202944b8ba98b483826a1ec (patch)
tree5ab5c478e8e5e2f50fcacd545e8ec62de10924ea /libavformat/avformat.h
parentfc2d3a19c54ad6b272eb7d5142148a01568a9b77 (diff)
lavf: remove FF_API_PARAMETERS_CODEC_ID cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index d507c2048b..4ed791b995 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -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.