forked from FFmpeg/FFmpeg
avcodec/avcodec: Escape Doxygen reference
The # is interpreted as explicit reference request by Doxygen which is not desired here, use markdown inline code to avoid that.
This commit is contained in:
parent
99f6d0bdde
commit
2c59038208
1 changed files with 1 additions and 1 deletions
|
@ -1499,7 +1499,7 @@ typedef struct AVCodecContext {
|
|||
* libavcodec will behave as if this field was always set to 1.
|
||||
* Callers that want to be forward compatible with future libavcodec
|
||||
* versions should wrap access to this field in
|
||||
* #if LIBAVCODEC_VERSION_MAJOR < 60
|
||||
* `#if LIBAVCODEC_VERSION_MAJOR < 60`
|
||||
*/
|
||||
attribute_deprecated
|
||||
int thread_safe_callbacks;
|
||||
|
|
Loading…
Add table
Reference in a new issue