aboutsummaryrefslogtreecommitdiff
path: root/talk/media/base/videoframe.h
diff options
context:
space:
mode:
authormagjed@webrtc.org <magjed@webrtc.org>2014-11-21 10:53:00 +0000
committermagjed@webrtc.org <magjed@webrtc.org>2014-11-21 10:53:00 +0000
commitbdcf38c89446b1b464a646414f6cd7573a190bd1 (patch)
treed57ff9c3221196ed88cf65608dedd27194ff900f /talk/media/base/videoframe.h
parentad0e71c9a3f57a87d25f2f3e288e772bea0b9f8d (diff)
downloadwebrtc-bdcf38c89446b1b464a646414f6cd7573a190bd1.tar.gz
cricket::VideoFrame: Refactor ConvertToRgbBuffer into base class
There is also an implementation in Chromium that can be removed if/when this lands: content/renderer/media/webrtc/webrtc_video_capturer_adapter.cc R=fbarchard@google.com, pbos@webrtc.org, perkj@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32059004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7728 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'talk/media/base/videoframe.h')
-rw-r--r--talk/media/base/videoframe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/talk/media/base/videoframe.h b/talk/media/base/videoframe.h
index d94e47081c..af4df08749 100644
--- a/talk/media/base/videoframe.h
+++ b/talk/media/base/videoframe.h
@@ -137,7 +137,7 @@ class VideoFrame {
// not (like snprintf). Parameters size and stride_rgb are in units of bytes.
// If there is insufficient space, nothing is written.
virtual size_t ConvertToRgbBuffer(uint32 to_fourcc, uint8 *buffer,
- size_t size, int stride_rgb) const = 0;
+ size_t size, int stride_rgb) const;
// Writes the frame into the given planes, stretched to the given width and
// height. The parameter "interpolate" controls whether to interpolate or just