Removed unused variables (build error) for test_fec.

Review URL: http://webrtc-codereview.appspot.com/223001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@738 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
marpan@webrtc.org
2011-10-13 16:59:24 +00:00
parent 6c2d7107ae
commit 5a3e20f678

View File

@@ -26,12 +26,8 @@ int main()
enum { kMaxNumberMediaPackets = 48 };
enum { kMaxNumberFecPackets = 48 };
// Use same values as set in forward_correction.cc
const WebRtc_UWord8 rtpHeaderSize = 12;
// FOR UEP
const bool kUseUnequalProtection = true;
WebRtc_UWord32 numImpPackets = 0;
WebRtc_UWord32 id = 0;
webrtc::ForwardErrorCorrection fec(id);