Commit 1b5d3c08 authored by James Almer's avatar James Almer

avformat: small cosmetics after 6512ff72

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent e1e89c06
...@@ -991,6 +991,8 @@ typedef struct AVStream { ...@@ -991,6 +991,8 @@ typedef struct AVStream {
* String containing pairs of key and values describing recommended encoder configuration. * String containing pairs of key and values describing recommended encoder configuration.
* Pairs are separated by ','. * Pairs are separated by ','.
* Keys are separated from values by '='. * Keys are separated from values by '='.
*
* @deprecated unused
*/ */
attribute_deprecated attribute_deprecated
char *recommended_encoder_configuration; char *recommended_encoder_configuration;
...@@ -1220,8 +1222,8 @@ attribute_deprecated ...@@ -1220,8 +1222,8 @@ attribute_deprecated
AVRational av_stream_get_r_frame_rate(const AVStream *s); AVRational av_stream_get_r_frame_rate(const AVStream *s);
attribute_deprecated attribute_deprecated
void av_stream_set_r_frame_rate(AVStream *s, AVRational r); void av_stream_set_r_frame_rate(AVStream *s, AVRational r);
attribute_deprecated
#if FF_API_LAVF_FFSERVER #if FF_API_LAVF_FFSERVER
attribute_deprecated
char* av_stream_get_recommended_encoder_configuration(const AVStream *s); char* av_stream_get_recommended_encoder_configuration(const AVStream *s);
attribute_deprecated attribute_deprecated
void av_stream_set_recommended_encoder_configuration(AVStream *s, char *configuration); void av_stream_set_recommended_encoder_configuration(AVStream *s, char *configuration);
......
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