You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavc: update coded_frame doxy.
It is not used during decoding anymore.
This commit is contained in:
@@ -2496,7 +2496,7 @@ typedef struct AVCodecContext {
|
|||||||
/**
|
/**
|
||||||
* the picture in the bitstream
|
* the picture in the bitstream
|
||||||
* - encoding: Set by libavcodec.
|
* - encoding: Set by libavcodec.
|
||||||
* - decoding: Set by libavcodec.
|
* - decoding: unused
|
||||||
*/
|
*/
|
||||||
AVFrame *coded_frame;
|
AVFrame *coded_frame;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user