mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-02 03:06:28 +02:00
avcodec/internal: Fix outdated comment
The legacy API is long gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
3fdfd4b725
commit
5c217119c8
@ -137,7 +137,7 @@ typedef struct AVCodecInternal {
|
||||
int draining;
|
||||
|
||||
/**
|
||||
* buffers for using new encode/decode API through legacy API
|
||||
* Temporary buffers for newly received or not yet output packets/frames.
|
||||
*/
|
||||
AVPacket *buffer_pkt;
|
||||
AVFrame *buffer_frame;
|
||||
|
Loading…
Reference in New Issue
Block a user