Commit b4452298 authored by Mans Rullgard's avatar Mans Rullgard

avcodec: remove stray @deprecated comment

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 91038cdb
...@@ -3639,8 +3639,6 @@ AVCodecContext *avcodec_alloc_context2(enum AVMediaType); ...@@ -3639,8 +3639,6 @@ AVCodecContext *avcodec_alloc_context2(enum AVMediaType);
* *
* @return An AVCodecContext filled with default values or NULL on failure. * @return An AVCodecContext filled with default values or NULL on failure.
* @see avcodec_get_context_defaults * @see avcodec_get_context_defaults
*
* @deprecated use avcodec_alloc_context3()
*/ */
AVCodecContext *avcodec_alloc_context3(AVCodec *codec); AVCodecContext *avcodec_alloc_context3(AVCodec *codec);
......
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