Browse Source

avcodec: remove stray @deprecated comment

Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n0.9
Mans Rullgard 14 years ago
parent
commit
b44522981c
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/avcodec.h

+ 0
- 2
libavcodec/avcodec.h View File

@@ -3639,8 +3639,6 @@ AVCodecContext *avcodec_alloc_context2(enum AVMediaType);
*
* @return An AVCodecContext filled with default values or NULL on failure.
* @see avcodec_get_context_defaults
*
* @deprecated use avcodec_alloc_context3()
*/
AVCodecContext *avcodec_alloc_context3(AVCodec *codec);



Loading…
Cancel
Save