Commit 91a81841 authored by michael's avatar michael

Remove *_codec_id from AVFormatParameters with the next major version bump.

AVFormatParameters is never available when needed and is an annoying mess.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11267 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a5f17c96
......@@ -147,8 +147,10 @@ typedef struct AVFormatParameters {
int initial_pause:1; /**< do not begin to play the stream
immediately (RTSP only) */
int prealloced_context:1;
#if LIBAVFORMAT_VERSION_INT < (53<<16)
enum CodecID video_codec_id;
enum CodecID audio_codec_id;
#endif
} AVFormatParameters;
//! demuxer will use url_fopen, no opened file should be provided by the caller
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment