Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44063
b: refs/heads/master
c: ed58014
h: refs/heads/master
i:
  44061: 53b501c
  44059: 7360ea7
  44055: 69a7b4e
  44047: 97bf109
  44031: 1bdd551
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 10, 2006
1 parent ffe0882 commit 88d3bc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5d9d171aaed2e0b1c5caac96efd4d4150eec97e1
refs/heads/master: ed5801477addfbf5a40408866f5b2837e100451f
12 changes: 7 additions & 5 deletions trunk/drivers/media/video/v4l2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,13 @@ char *v4l2_field_names[] = {
};

char *v4l2_type_names[] = {
[V4L2_BUF_TYPE_VIDEO_CAPTURE] = "video-cap",
[V4L2_BUF_TYPE_VIDEO_OVERLAY] = "video-over",
[V4L2_BUF_TYPE_VIDEO_OUTPUT] = "video-out",
[V4L2_BUF_TYPE_VBI_CAPTURE] = "vbi-cap",
[V4L2_BUF_TYPE_VBI_OUTPUT] = "vbi-out",
[V4L2_BUF_TYPE_VIDEO_CAPTURE] = "video-cap",
[V4L2_BUF_TYPE_VIDEO_OVERLAY] = "video-over",
[V4L2_BUF_TYPE_VIDEO_OUTPUT] = "video-out",
[V4L2_BUF_TYPE_VBI_CAPTURE] = "vbi-cap",
[V4L2_BUF_TYPE_VBI_OUTPUT] = "vbi-out",
[V4L2_BUF_TYPE_SLICED_VBI_CAPTURE] = "sliced-vbi-cap",
[V4L2_BUF_TYPE_SLICED_VBI_OUTPUT] = "slicec-vbi-out",
};

static char *v4l2_memory_names[] = {
Expand Down

0 comments on commit 88d3bc8

Please sign in to comment.