]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
avformat: Remove FFserver leftovers
[ffmpeg] / libavformat / avformat.h
index 166f1aa41cf26dbc4c458d901c28467b6cf0f54c..578ccbd87d106fe8f3183f5fc23caf8b59ca9a5f 100644 (file)
@@ -1000,18 +1000,6 @@ typedef struct AVStream {
      */
     AVRational r_frame_rate;
 
-#if FF_API_LAVF_FFSERVER
-    /**
-     * String containing pairs of key and values describing recommended encoder configuration.
-     * Pairs are separated by ','.
-     * Keys are separated from values by '='.
-     *
-     * @deprecated unused
-     */
-    attribute_deprecated
-    char *recommended_encoder_configuration;
-#endif
-
     /**
      * Codec parameters associated with this stream. Allocated and freed by
      * libavformat in avformat_new_stream() and avformat_free_context()
@@ -1107,12 +1095,6 @@ attribute_deprecated
 AVRational av_stream_get_r_frame_rate(const AVStream *s);
 attribute_deprecated
 void       av_stream_set_r_frame_rate(AVStream *s, AVRational r);
-#if FF_API_LAVF_FFSERVER
-attribute_deprecated
-char* av_stream_get_recommended_encoder_configuration(const AVStream *s);
-attribute_deprecated
-void  av_stream_set_recommended_encoder_configuration(AVStream *s, char *configuration);
-#endif
 #endif
 
 struct AVCodecParserContext *av_stream_get_parser(const AVStream *s);