Skip to content

Commit

Permalink
DirectVobSubFilter: Remove unused code path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lord authored and Cyberbeing committed Dec 6, 2014
1 parent f3a834d commit 9a21450
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/filters/transform/vsfilter/DirectVobSubFilter.cpp
Expand Up @@ -2320,9 +2320,6 @@ void CDirectVobSubFilter::SetYuvMatrix()
case CDirectVobSub::YuvRange_PC:
yuv_range = ColorConvTable::RANGE_PC;
break;
case CDirectVobSub::YuvRange_Auto:
yuv_range = ColorConvTable::RANGE_TV;
break;
}
}

Expand Down

0 comments on commit 9a21450

Please sign in to comment.