mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
@ -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…
Reference in New Issue
Block a user