lavf: add forgotten attribute_deprecated to av_find_stream_info()

pull/2/head
Anton Khirnov 14 years ago
parent ca6a904656
commit 3c7fa664af
  1. 1
      libavformat/avformat.h

@ -1114,6 +1114,7 @@ AVFormatContext *avformat_alloc_context(void);
* *
* @deprecated use avformat_find_stream_info. * @deprecated use avformat_find_stream_info.
*/ */
attribute_deprecated
int av_find_stream_info(AVFormatContext *ic); int av_find_stream_info(AVFormatContext *ic);
#endif #endif

Loading…
Cancel
Save