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

Unified Diff: media/gpu/h264_dpb.h

Issue 2760513002: h264_decoder_unittests: Initial Change. (Closed)
Patch Set: Rebase Created 3 years, 6 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 | « media/gpu/h264_decoder_unittest.cc ('k') | media/test/data/bear-320x192-baseline-frame-0.h264 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/h264_dpb.h
diff --git a/media/gpu/h264_dpb.h b/media/gpu/h264_dpb.h
index e8f119f6f6a1dd3983a3ff3e63b4ff0168b57073..2af8a778379832045f7544983dd1cfcac335ead7 100644
--- a/media/gpu/h264_dpb.h
+++ b/media/gpu/h264_dpb.h
@@ -15,6 +15,7 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
#include "media/filters/h264_parser.h"
+#include "media/gpu/media_gpu_export.h"
#include "ui/gfx/geometry/rect.h"
namespace media {
@@ -24,7 +25,7 @@ class VaapiH264Picture;
// A picture (a frame or a field) in the H.264 spec sense.
// See spec at http://www.itu.int/rec/T-REC-H.264
-class H264Picture : public base::RefCounted<H264Picture> {
+class MEDIA_GPU_EXPORT H264Picture : public base::RefCounted<H264Picture> {
public:
using Vector = std::vector<scoped_refptr<H264Picture>>;
« no previous file with comments | « media/gpu/h264_decoder_unittest.cc ('k') | media/test/data/bear-320x192-baseline-frame-0.h264 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698