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

Unified Diff: media/filters/gpu_video_decoder.h

Issue 2881553002: Add |texture_target_| and |pixel_format_| to media::PictureBuffer (Closed)
Patch Set: removed IPC changes Created 3 years, 7 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
« no previous file with comments | « content/renderer/media/gpu/rtc_video_decoder.cc ('k') | media/filters/gpu_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/filters/gpu_video_decoder.h
diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
index 018e925562bbdcb4a1f04e1b1ae0a1ffaac5f015..604f6ad0be7d3921711bd321a8f573ff6c02bb74 100644
--- a/media/filters/gpu_video_decoder.h
+++ b/media/filters/gpu_video_decoder.h
@@ -216,12 +216,6 @@ class MEDIA_EXPORT GpuVideoDecoder
PictureBufferTextureMap;
PictureBufferTextureMap picture_buffers_at_display_;
- // The texture target used for decoded pictures.
- uint32_t decoder_texture_target_;
-
- // The pixel format used for decoded pictures.
- VideoPixelFormat pixel_format_;
-
struct BufferData {
BufferData(int32_t bbid,
base::TimeDelta ts,
« no previous file with comments | « content/renderer/media/gpu/rtc_video_decoder.cc ('k') | media/filters/gpu_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698