diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 19:08:38 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:51:47 +0200 |
commit | 4be6d065d44ab5e88d346a109539ac3347b51b2e (patch) | |
tree | 28abc018d973533211d5004f490b9d7a20cfb29a | |
parent | 295d2171177faa3a47b9393e547164a86e4fff24 (diff) | |
download | ffmpeg-4be6d065d44ab5e88d346a109539ac3347b51b2e.tar.gz |
avcodec/codec_par: Add missing doxy group opening
-rw-r--r-- | libavcodec/codec_par.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_par.h b/libavcodec/codec_par.h index fa132814b1..f51d27c590 100644 --- a/libavcodec/codec_par.h +++ b/libavcodec/codec_par.h @@ -32,6 +32,7 @@ /** * @addtogroup lavc_core + * @{ */ enum AVFieldOrder { |