commit | 155d5cbd00bfaea82361acc2dc47b2dc9c6d2b43 | [log] [tgz] |
---|---|---|
author | Wonsik Kim <wonsik@google.com> | Wed Oct 09 12:49:49 2019 -0700 |
committer | Wonsik Kim <wonsik@google.com> | Fri Jan 03 12:35:34 2020 -0800 |
tree | bafd369393d5266f80c93dfdd7bd9d1532b6d40e | |
parent | 1bd7d3774286eaea0745086cd6aab83834e73032 [diff] [blame] |
stagefright: link CCodec directly with libstagefright Test: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small Bug: 136283874 Change-Id: I7562c7770750baa733bca83a7f65f5ac0bd1b887
diff --git a/media/codec2/sfplugin/CCodecBuffers.cpp b/media/codec2/sfplugin/CCodecBuffers.cpp index ed8b832..2a04810 100644 --- a/media/codec2/sfplugin/CCodecBuffers.cpp +++ b/media/codec2/sfplugin/CCodecBuffers.cpp
@@ -22,6 +22,7 @@ #include <media/stagefright/foundation/ADebug.h> #include <media/stagefright/MediaCodecConstants.h> +#include <media/stagefright/SkipCutBuffer.h> #include "CCodecBuffers.h"