aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2024-03-13 21:56:59 +0000
committerMark Thompson <sw@jkqxz.net>2024-03-13 21:56:59 +0000
commit98a2ade63063265c32232fc07ba98073b184245b (patch)
treed4ef1533ce55cbe0a645776d3576e53a4ffd39da
parent394abd8458cbe8b4221442078b140fcd0d9249eb (diff)
downloadffmpeg-98a2ade63063265c32232fc07ba98073b184245b.tar.gz
avcodec: Fix doxygen comment marker
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 21fc74707f..554501aa44 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -1505,7 +1505,7 @@ typedef struct AVCodecContext {
*/
int hwaccel_flags;
- /*
+ /**
* Video decoding only. Sets the number of extra hardware frames which
* the decoder will allocate for use by the caller. This must be set
* before avcodec_open2() is called.