Split VideoCodingModuleImpl into VideoSender and VideoReceiver.

Only implmentation is changed the interface to the module is unchanged for now.

R=mikhal@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/2200008

git-svn-id: http://webrtc.googlecode.com/svn/trunk@4746 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andresp@webrtc.org
2013-09-14 00:25:28 +00:00
parent a59696b2a5
commit f7eb75be1a
5 changed files with 1674 additions and 1537 deletions

View File

@ -88,6 +88,8 @@
'timestamp_map.cc',
'timing.cc',
'video_coding_impl.cc',
'video_sender.cc',
'video_receiver.cc',
], # source
# TODO(jschuh): Bug 1348: fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],