Commit c07d8291 authored by Rémi Duraffort's avatar Rémi Duraffort

Another fix for win32.

parent ffddc4a1
...@@ -286,9 +286,9 @@ int BDAGraph::SubmitDVBTTuneRequest() ...@@ -286,9 +286,9 @@ int BDAGraph::SubmitDVBTTuneRequest()
switch( l_guard ) switch( l_guard )
{ {
case 32: case 32:
i_guard = BDA_GUARD_1_32; break, i_guard = BDA_GUARD_1_32; break;
case 16: case 16:
i_guard = BDA_GUARD_1_16; break, i_guard = BDA_GUARD_1_16; break;
case 8: case 8:
i_guard = BDA_GUARD_1_8; break; i_guard = BDA_GUARD_1_8; break;
case 4: case 4:
...@@ -602,7 +602,7 @@ int BDAGraph::SubmitDVBSTuneRequest() ...@@ -602,7 +602,7 @@ int BDAGraph::SubmitDVBSTuneRequest()
switch( l_inversion ) switch( l_inversion )
{ {
case 0: case 0:
i_inversion = BDA_SPECTRAL_INVERSION_NORMAL; break, i_inversion = BDA_SPECTRAL_INVERSION_NORMAL; break;
case 1: case 1:
i_inversion = BDA_SPECTRAL_INVERSION_INVERTED; break; i_inversion = BDA_SPECTRAL_INVERSION_INVERTED; break;
case 2: case 2:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment