Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-11005

QMovie::loopCount returns different values on different platforms for the same file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Out of scope
    • Not Evaluated
    • 4.6.3
    • 4.6.2
    • Image formats
    • None

    Description

      The QMovie::loopCount() returns -1 for .gif files on Linux/Windows platform, and returns 1 on Symbian.


      Example Code:

      QMovie movie("comicsecard.gif");
      QVERIFY(movie.isValid());
      QCOMPARE(movie.loopCount(), -1);

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kkalland Kim Motoyoshi Kalland (Inactive)
            workingpad yang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes