diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-fileops.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-fileops.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/ivtv/ivtv-fileops.h b/drivers/media/video/ivtv/ivtv-fileops.h index 1afa950209b8..74a1745fabbc 100644 --- a/drivers/media/video/ivtv/ivtv-fileops.h +++ b/drivers/media/video/ivtv/ivtv-fileops.h | |||
@@ -30,7 +30,6 @@ unsigned int ivtv_v4l2_dec_poll(struct file *filp, poll_table * wait); | |||
30 | int ivtv_start_capture(struct ivtv_open_id *id); | 30 | int ivtv_start_capture(struct ivtv_open_id *id); |
31 | void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end); | 31 | void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end); |
32 | int ivtv_start_decoding(struct ivtv_open_id *id, int speed); | 32 | int ivtv_start_decoding(struct ivtv_open_id *id, int speed); |
33 | void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts); | ||
34 | void ivtv_mute(struct ivtv *itv); | 33 | void ivtv_mute(struct ivtv *itv); |
35 | void ivtv_unmute(struct ivtv *itv); | 34 | void ivtv_unmute(struct ivtv *itv); |
36 | 35 | ||