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

Commit e8727817 authored by Lajos Molnar's avatar Lajos Molnar
Browse files

media: fix MediaMetadataRetriever Option Intdef

Seek options are not flags.

Bug: 174239223
Change-Id: Id35521d1329c41a6f2614dc19c29be1f0aa08163
parent b963d9a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1155,7 +1155,7 @@ public class MediaMetadataRetriever implements AutoCloseable {
    public static final int OPTION_CLOSEST          = 0x03;

    /** @hide */
    @IntDef(flag = true, prefix = { "OPTION_" }, value = {
    @IntDef(flag = false, prefix = { "OPTION_" }, value = {
            OPTION_PREVIOUS_SYNC,
            OPTION_NEXT_SYNC,
            OPTION_CLOSEST_SYNC,