diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-07 14:17:47 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-07-07 14:17:47 +0000 |
commit | 9444cd1427239cebbdd1ccd9085b13dc812c45bc (patch) | |
tree | 9e60d19fdd767e6eea30c5bae9acd098f4c4ba91 /v4l | |
parent | f8f68583aabe1033ab048108d55d6b51db70ec55 (diff) | |
download | mediapointer-dvb-s2-9444cd1427239cebbdd1ccd9085b13dc812c45bc.tar.gz mediapointer-dvb-s2-9444cd1427239cebbdd1ccd9085b13dc812c45bc.tar.bz2 |
* cx88-core.c, cx88-mpeg.c, cx88-video.c, cx88.h:
- Some debug structs moved to their own .c file and converted to static
- some // comments converted to #if 0
* cx88-mpeg.c:
- Small cleanup for thinks like 0<<14
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index e753cf823..931516ac3 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,4 +1,16 @@ +2005-07-07 14:15 mchehab + * cx88-core.c, cx88-mpeg.c, cx88-video.c, cx88.h: + + - Some debug structs moved to their own .c file and converted to static + - some // comments converted to #if 0 + + * cx88-mpeg.c: + - Small cleanup for thinks like 0<<14 + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-07-07 14:00 mchehab + * scripts/buildpatch: - Added code to eliminate #if 0 and #if 1 when submiting pathes |