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

Unified Diff: media/filters/gpu_video_decoder.h

Issue 2881553002: Add |texture_target_| and |pixel_format_| to media::PictureBuffer (Closed)
Patch Set: 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
Index: media/filters/gpu_video_decoder.h
diff --git a/media/filters/gpu_video_decoder.h b/media/filters/gpu_video_decoder.h
index 8b001c756965535c8d78e5e811bf86918779fbe4..47d401e09ff0cb6478f1ef86b8fe6d16646d1cb2 100644
--- a/media/filters/gpu_video_decoder.h
+++ b/media/filters/gpu_video_decoder.h
@@ -213,12 +213,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,

Powered by Google App Engine
This is Rietveld 408576698