Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21716
b: refs/heads/master
c: bbad7dc
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Oberritter authored and Linus Torvalds committed Mar 21, 2006
1 parent 1b6a8b8 commit 0ba58c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 6abe6bff6fc62832bc8cce3886b9670ba2542601
refs/heads/master: bbad7dc5488a04fadebd7fa8aa051d81c2ae0080
4 changes: 2 additions & 2 deletions trunk/drivers/media/dvb/dvb-core/dmxdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "dvbdev.h"
#include "demux.h"

enum dmxdevype {
enum dmxdev_type {
DMXDEV_TYPE_NONE,
DMXDEV_TYPE_SEC,
DMXDEV_TYPE_PES,
Expand Down Expand Up @@ -76,7 +76,7 @@ struct dmxdev_filter {
struct dmx_pes_filter_params pes;
} params;

int type;
enum dmxdev_type type;
enum dmxdev_state state;
struct dmxdev *dev;
struct dmxdev_buffer buffer;
Expand Down

0 comments on commit 0ba58c4

Please sign in to comment.