Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 333847
b: refs/heads/master
c: 546196a
h: refs/heads/master
i:
  333845: b9ccf67
  333843: bac2e44
  333839: 3a2c77d
v: v3
  • Loading branch information
Dan Carpenter authored and Mauro Carvalho Chehab committed Oct 7, 2012
1 parent 5f35e4b commit f9cbd82
Show file tree
Hide file tree
Showing 3 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: 78ef81f6ea9649fd09d1fafcfa0ad68763172c42
refs/heads/master: 546196addefb2e25810964c41ce2186eba8cad4b
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ int cx25821_vidupstream_init_ch2(struct cx25821_dev *dev, int channel_select,
}

/* Default if filename is empty string */
if (strcmp(dev->input_filename_ch2, "") == 0) {
if (strcmp(dev->_filename_ch2, "") == 0) {
if (dev->_isNTSC_ch2) {
dev->_filename_ch2 = (dev->_pixel_format_ch2 ==
PIXEL_FRMT_411) ? "/root/vid411.yuv" :
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/media/pci/cx25821/cx25821-video-upstream.c
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ int cx25821_vidupstream_init_ch1(struct cx25821_dev *dev, int channel_select,
}

/* Default if filename is empty string */
if (strcmp(dev->input_filename, "") == 0) {
if (strcmp(dev->_filename, "") == 0) {
if (dev->_isNTSC) {
dev->_filename =
(dev->_pixel_format == PIXEL_FRMT_411) ?
Expand Down

0 comments on commit f9cbd82

Please sign in to comment.