Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit df79944a authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

Remove bogus forward declarations



Remove forward declarations of MediaBuffer -- they're not needed because
MediaBuffer.h is included earlier in the file anyway, and they
incorrectly declared MediaBuffer as a struct instead of a class.

Change-Id: Ia35ea8f938553e39244032b6fd6c061aa388859f
Signed-off-by: default avatarBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
parent de14fae7
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@

namespace android {

struct MediaBuffer;

struct SoftAVCEncoder : public MediaBufferObserver,
                        public SoftVideoEncoderOMXComponent {
    SoftAVCEncoder(
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@

namespace android {

struct MediaBuffer;

struct SoftMPEG4Encoder : public SoftVideoEncoderOMXComponent {
    SoftMPEG4Encoder(
            const char *name,