diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:43 +0100 |
commit | 1329827e79766e21277a575d7abfdd0f07eb854c (patch) | |
tree | 7905803919c84aa1a5659bd6b3ad045253fbeaea /libavformat/avformat.h | |
parent | adad5b88f8e0c9227862dadb09c74c379f609c8c (diff) | |
download | ffmpeg-1329827e79766e21277a575d7abfdd0f07eb854c.tar.gz |
lavf: remove disabled FF_API_NEW_STREAM cruft
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 970ca340d7..1bd2c49c10 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -1379,21 +1379,6 @@ void avformat_close_input(AVFormatContext **s); * @} */ -#if FF_API_NEW_STREAM -/** - * Add a new stream to a media file. - * - * Can only be called in the read_header() function. If the flag - * AVFMTCTX_NOHEADER is in the format context, then new streams - * can be added in read_packet too. - * - * @param s media file handle - * @param id file-format-dependent stream ID - */ -attribute_deprecated -AVStream *av_new_stream(AVFormatContext *s, int id); -#endif - #if FF_API_SET_PTS_INFO /** * @deprecated this function is not supposed to be called outside of lavf |