mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
lavd: add categories to device implementations
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
This commit is contained in:
parent
19b3a25048
commit
f607767d93
28 changed files with 58 additions and 1 deletions
|
|
@ -38,6 +38,7 @@ static const AVClass decklink_muxer_class = {
|
|||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_OUTPUT,
|
||||
};
|
||||
|
||||
AVOutputFormat ff_decklink_muxer = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue