gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #47248] Old CODECID constants in VideoDecoderFfmpegV


From: Rafal Rzepecki
Subject: [Gnash-commit] [bug #47248] Old CODECID constants in VideoDecoderFfmpegVaapi.cpp
Date: Thu, 25 Feb 2016 00:13:15 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0

URL:
  <http://savannah.gnu.org/bugs/?47248>

                 Summary: Old CODECID constants in VideoDecoderFfmpegVaapi.cpp
                 Project: Gnash - The GNU Flash player
            Submitted by: divide
            Submitted on: Thu 25 Feb 2016 12:13:14 AM GMT
                Category: video-ffmpeg
                Severity: 3 - Normal
                 Release: master
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp uses old style CODECID constants
like CODEC_ID_MPEG2VIDEO, which aren't present in newer libav versions, having
been replaced by eg. AV_CODEC_ID_MPEG2VIDEO.

In fact gnash already includes polyfills in libmedia/ffmpeg/ffmpegHeaders.h,
so just replacing the constants with the new style ones will fix it while
still not breaking on older libav headers.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?47248>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]