Browse Source

avdevice/xcbgrab: set avclass category

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 11 years ago
parent
commit
280da99a8f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavdevice/xcbgrab.c

+ 1
- 0
libavdevice/xcbgrab.c View File

@@ -92,6 +92,7 @@ static const AVClass xcbgrab_class = {
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEVICE_VIDEO_INPUT,
};

static int xcbgrab_reposition(AVFormatContext *s,


Loading…
Cancel
Save