Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: content/common/gpu/media/v4l2_image_processor.h

Issue 832383004: Revert of Support multiple video decoders and encoders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/gpu/media/v4l2_image_processor.h
diff --git a/content/common/gpu/media/v4l2_image_processor.h b/content/common/gpu/media/v4l2_image_processor.h
index 04d29bc010f95432bd7ff7feba1f932eb48dfe7c..24c52c451d108548e0af04865a29c867eca1c050 100644
--- a/content/common/gpu/media/v4l2_image_processor.h
+++ b/content/common/gpu/media/v4l2_image_processor.h
@@ -58,7 +58,6 @@
// Record for input buffers.
struct InputRecord {
InputRecord();
- ~InputRecord();
scoped_refptr<media::VideoFrame> frame;
bool at_device;
};
@@ -66,7 +65,6 @@
// Record for output buffers.
struct OutputRecord {
OutputRecord();
- ~OutputRecord();
bool at_device;
bool at_client;
std::vector<int> fds;
@@ -80,7 +78,6 @@
// device).
struct JobRecord {
JobRecord();
- ~JobRecord();
scoped_refptr<media::VideoFrame> frame;
FrameReadyCB ready_cb;
};
« no previous file with comments | « content/common/gpu/media/gpu_video_encode_accelerator.cc ('k') | content/common/gpu/media/v4l2_image_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698