From 2ff302cb6ba1f159905888026c8a1d7dd8319acf Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Mon, 4 Nov 2013 12:56:21 +0100 Subject: [PATCH] lavc: update coded_frame doxy. It is not used during decoding anymore. --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index f2fd0dc3d4..05516bd38e 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -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; -- GitLab