From d36ce4f62d087f9c8c16106433bd7414c8eacddd Mon Sep 17 00:00:00 2001 From: David Staessens Date: Thu, 30 Jul 2020 12:11:32 +0900 Subject: 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 --- components/V4L2Decoder.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'components/V4L2Decoder.cpp') 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 #include +#include #include #include -- cgit v1.2.3