aboutsummaryrefslogtreecommitdiff
path: root/components/V4L2Decoder.cpp
diff options
context:
space:
mode:
authorDavid Staessens <dstaessens@google.com>2020-07-30 12:11:32 +0900
committerDavid Staessens <dstaessens@google.com>2020-08-06 11:50:57 +0900
commitd36ce4f62d087f9c8c16106433bd7414c8eacddd (patch)
treea5e6ed5b46a8bc48bee2145f711a51e3271a3af7 /components/V4L2Decoder.cpp
parent1da573c72d2642c56aae5577b4fe37d7e4727071 (diff)
downloadv4l2_codec2-d36ce4f62d087f9c8c16106433bd7414c8eacddd.tar.gz
v4l2_codec2: Move BitstreamBuffer class to BitstreamBuffer.h.
This CL extracts and moves the BitstreamBuffer class into BitstreamBuffer.h, to allow it to be reused. Bug: 143333813 Test: tast run $HOST arc.VideoEncodeAccel.h264_vm on hatch-arc-r Change-Id: I3c8e1054929878bd5a0a3d3a894c0e766874a532
Diffstat (limited to 'components/V4L2Decoder.cpp')
-rw-r--r--components/V4L2Decoder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/V4L2Decoder.cpp b/components/V4L2Decoder.cpp
index 275357e..8d0238a 100644
--- a/components/V4L2Decoder.cpp
+++ b/components/V4L2Decoder.cpp
@@ -10,6 +10,7 @@
#include <stdint.h>
#include <base/bind.h>
+#include <base/files/scoped_file.h>
#include <base/memory/ptr_util.h>
#include <log/log.h>