Move current bitstream parser to more appropriate directory.
This CL groups together the code that has to do with parsing H264 bitstreams. This code logically belongs together, and having it in the same directory not only simplifies things from a project structure perspective, but also makes it easier to refactor out common parts incrementally. An added benefit is that this simplifies modular compilation, where for example one would like a build of WebRTC without the H264 codec-specific parts. BUG=webrtc:6338 Review-Url: https://codereview.webrtc.org/2370853005 Cr-Commit-Position: refs/heads/master@{#14684}
This commit is contained in:
@ -21,8 +21,6 @@
|
||||
'sources': [
|
||||
'frame_dropper.cc',
|
||||
'frame_dropper.h',
|
||||
'h264_bitstream_parser.cc',
|
||||
'h264_bitstream_parser.h',
|
||||
'ivf_file_writer.cc',
|
||||
'ivf_file_writer.h',
|
||||
'moving_average.cc',
|
||||
|
||||
Reference in New Issue
Block a user