commit | 2385cffed5c8a258b29d76160434635b66ea9968 | [log] [tgz] |
---|---|---|
author | sergeyu <[email protected]> | Fri Sep 19 19:23:41 2014 |
committer | Commit bot <[email protected]> | Fri Sep 19 19:23:52 2014 |
tree | bf9cf2c8620a8aad8f566cef1c37042d41cc3217 | |
parent | 2405b3063aa466a5133cac621962068088381087 [diff] |
Simplify VideoReader and VideoWriter Previously VideoReader/Writer were abstract interfaces with single implementation. Now both the reader and writer are concrete implementations reusing ChannelDispatcherBase, which significantly simplified both. BUG=402993 Review URL: https://codereview.chromium.org/577473002 Cr-Commit-Position: refs/heads/master@{#295760}