Browse Source

v4l2enc: adding AVClass

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Anshul Maheswhwari Michael Niedermayer 11 years ago
parent
commit
fcb11ec291
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavdevice/v4l2enc.c

+ 1
- 0
libavdevice/v4l2enc.c View File

@@ -22,6 +22,7 @@
#include "avdevice.h"

typedef struct {
AVClass *class;
int fd;
} V4L2Context;



Loading…
Cancel
Save