diff options
author | James Almer <jamrial@gmail.com> | 2017-09-14 01:43:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-09-14 01:43:52 -0300 |
commit | 6561cdd70c55cb45fb8ef75269be77936456a02e (patch) | |
tree | d6c04c4aca69212d9585125c14465102ff597e1b /libavcodec | |
parent | ec1573f879b1974050c68fdcb69b654e500efdfa (diff) | |
download | ffmpeg-6561cdd70c55cb45fb8ef75269be77936456a02e.tar.gz |
avcodec.h: fix doxygen comment
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |