[FFmpeg-cvslog] avformat: small cosmetics after 6512ff72f9
James Almer
git at videolan.org
Thu Jan 18 00:41:02 EET 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Jan 17 19:39:24 2018 -0300| [1b5d3c08e3fbaa1fb6ba43532ce79904b0d5650b] | committer: James Almer
avformat: small cosmetics after 6512ff72f9
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b5d3c08e3fbaa1fb6ba43532ce79904b0d5650b
---
libavformat/avformat.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index b0387214c5..bfb57d7757 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -991,6 +991,8 @@ typedef struct AVStream {
* 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;
@@ -1220,8 +1222,8 @@ 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);
-attribute_deprecated
#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);
More information about the ffmpeg-cvslog
mailing list