diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 19:21:59 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:55:19 +0200 |
commit | 71c45b8a44e14dce0f93b43f28c8eb53f4dfeed1 (patch) | |
tree | 42cd51e6277b8323d155655873de596bf733de3c /libavutil | |
parent | 9570a833a06db293f8815956c3647ce0f74203dd (diff) | |
download | ffmpeg-71c45b8a44e14dce0f93b43f28c8eb53f4dfeed1.tar.gz |
avutil/display: Add file to doxy group
This way the related file will be properly grouped with its
corresponding group like it's done in other places in the doxy.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/display.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/display.h b/libavutil/display.h index 612faa3728..50f2b44caf 100644 --- a/libavutil/display.h +++ b/libavutil/display.h @@ -20,6 +20,7 @@ /** * @file + * @ingroup lavu_video_display * Display matrix */ |