Skip to content

Commit

Permalink
remoting include libyuv/convert_from.h
Browse files Browse the repository at this point in the history
The function I420ToABGR() is in the libyuv/convert_from.h header

R=sergeyu@chromium.org
BUG=libyuv:621

Review URL: https://codereview.chromium.org/2142563002 .

Cr-Commit-Position: refs/heads/master@{#404850}
  • Loading branch information
fbarchard committed Jul 12, 2016
1 parent 70750d5 commit 638ac13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions remoting/codec/video_decoder_vpx.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "remoting/base/util.h"
#include "remoting/proto/video.pb.h"
#include "third_party/libyuv/include/libyuv/convert_argb.h"
#include "third_party/libyuv/include/libyuv/convert_from.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_frame.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_geometry.h"
#include "third_party/webrtc/modules/desktop_capture/desktop_region.h"
Expand Down

0 comments on commit 638ac13

Please sign in to comment.