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

Commit 16e210e8 authored by Steven Moreland's avatar Steven Moreland
Browse files

libmediandk: map remove extra '#'

Bug: 317293882
Test: build with validation
Change-Id: I5236d8ee9ef9027d50e368f44690d279964b1623
parent f57a2e0f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -185,11 +185,11 @@ LIBMEDIANDK {
    AMediaCodecCryptoInfo_setPattern; # introduced=24
    AMediaCodec_configure;
    AMediaCodec_createCodecByName;
    AMediaCodec_createCodecByNameForClient; # systemapi # introduced=31
    AMediaCodec_createCodecByNameForClient; # systemapi introduced=31
    AMediaCodec_createDecoderByType;
    AMediaCodec_createDecoderByTypeForClient; # systemapi # introduced=31
    AMediaCodec_createDecoderByTypeForClient; # systemapi introduced=31
    AMediaCodec_createEncoderByType;
    AMediaCodec_createEncoderByTypeForClient; # systemapi # introduced=31
    AMediaCodec_createEncoderByTypeForClient; # systemapi introduced=31
    AMediaCodec_delete;
    AMediaCodec_dequeueInputBuffer;
    AMediaCodec_dequeueOutputBuffer;