Browse Source

lavc: update coded_frame doxy.

It is not used during decoding anymore.
tags/n2.2-rc1
Anton Khirnov 11 years ago
parent
commit
2ff302cb6b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/avcodec.h

+ 1
- 1
libavcodec/avcodec.h View File

@@ -2496,7 +2496,7 @@ typedef struct AVCodecContext {
/**
* the picture in the bitstream
* - encoding: Set by libavcodec.
* - decoding: Set by libavcodec.
* - decoding: unused
*/
AVFrame *coded_frame;



Loading…
Cancel
Save