1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

avcodec: Fix doxygen comment marker

This commit is contained in:
Mark Thompson
2024-03-13 21:56:59 +00:00
parent 394abd8458
commit 98a2ade630

View File

@@ -1505,7 +1505,7 @@ typedef struct AVCodecContext {
*/ */
int hwaccel_flags; int hwaccel_flags;
/* /**
* Video decoding only. Sets the number of extra hardware frames which * Video decoding only. Sets the number of extra hardware frames which
* the decoder will allocate for use by the caller. This must be set * the decoder will allocate for use by the caller. This must be set
* before avcodec_open2() is called. * before avcodec_open2() is called.