ffmpeg | branch: master | James Almer <[email protected]> | Thu Sep 14 01:43:52 2017 -0300| [6561cdd70c55cb45fb8ef75269be77936456a02e] | committer: James Almer
avcodec.h: fix doxygen comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6561cdd70c55cb45fb8ef75269be77936456a02e --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index fdf93f9a54..5c84974e03 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -3564,7 +3564,7 @@ typedef struct AVCodecContext { */ char *codec_whitelist; - /* + /** * Properties of the stream that gets decoded * - encoding: unused * - decoding: set by libavcodec _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
