gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [bug #32928] Ffmpeg: Compiler warnings


From: anonymous
Subject: [Gnash-commit] [bug #32928] Ffmpeg: Compiler warnings
Date: Sun, 27 Mar 2011 15:20:17 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de-DE) AppleWebKit/533.3 (KHTML, like Gecko) rekonq Safari/533.3

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

                 Summary: Ffmpeg: Compiler warnings
                 Project: Gnash - The GNU Flash player
            Submitted by: None
            Submitted on: So 27 Mär 2011 15:20:17 UTC
                Category: video-ffmpeg
                Severity: 3 - Normal
                 Release: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

CXX    libgnashmedia_la-MediaParserFfmpeg.lo
In file included from ffmpeg/MediaParserFfmpeg.cpp:21:0:
ffmpeg/MediaParserFfmpeg.h:152:16: warning: 'ByteIOContext' is deprecated
(declared at /usr/include/libavformat/avio.h:366)
In file included from ffmpeg/MediaHandlerFfmpeg.cpp:26:0:
ffmpeg/MediaParserFfmpeg.h:152:16: warning: 'ByteIOContext' is deprecated
(declared at /usr/include/libavformat/avio.h:366)
ffmpeg/MediaParserFfmpeg.cpp: In member function 'void
gnash::media::ffmpeg::MediaParserFfmpeg::initializeParser()':
ffmpeg/MediaParserFfmpeg.cpp:370:5: warning: 'int init_put_byte(AVIOContext*,
unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*,
uint8_t*, int), int64_t (*)(void*, int64_t, int))' is deprecated (declared at
/usr/include/libavformat/avio.h:368)
ffmpeg/MediaParserFfmpeg.cpp:378:5: warning: 'int init_put_byte(AVIOContext*,
unsigned char*, int, int, void*, int (*)(void*, uint8_t*, int), int (*)(void*,
uint8_t*, int), int64_t (*)(void*, int64_t, int))' is deprecated (declared at
/usr/include/libavformat/avio.h:368)
ffmpeg/MediaParserFfmpeg.cpp:391:22: warning: 'AVFormatContext::title' is
deprecated (declared at /usr/include/libavformat/avformat.h:705)
ffmpeg/MediaParserFfmpeg.cpp:391:22: warning: 'AVFormatContext::title' is
deprecated (declared at /usr/include/libavformat/avformat.h:705)
ffmpeg/MediaParserFfmpeg.cpp:392:50: warning: 'AVFormatContext::title' is
deprecated (declared at /usr/include/libavformat/avformat.h:705)
ffmpeg/MediaParserFfmpeg.cpp:392:50: warning: 'AVFormatContext::title' is
deprecated (declared at /usr/include/libavformat/avformat.h:705)
ffmpeg/MediaParserFfmpeg.cpp:393:22: warning: 'AVFormatContext::author' is
deprecated (declared at /usr/include/libavformat/avformat.h:706)
ffmpeg/MediaParserFfmpeg.cpp:393:22: warning: 'AVFormatContext::author' is
deprecated (declared at /usr/include/libavformat/avformat.h:706)
ffmpeg/MediaParserFfmpeg.cpp:394:51: warning: 'AVFormatContext::author' is
deprecated (declared at /usr/include/libavformat/avformat.h:706)
ffmpeg/MediaParserFfmpeg.cpp:394:51: warning: 'AVFormatContext::author' is
deprecated (declared at /usr/include/libavformat/avformat.h:706)
ffmpeg/MediaParserFfmpeg.cpp:395:22: warning: 'AVFormatContext::copyright' is
deprecated (declared at /usr/include/libavformat/avformat.h:707)
ffmpeg/MediaParserFfmpeg.cpp:395:22: warning: 'AVFormatContext::copyright' is
deprecated (declared at /usr/include/libavformat/avformat.h:707)
ffmpeg/MediaParserFfmpeg.cpp:396:54: warning: 'AVFormatContext::copyright' is
deprecated (declared at /usr/include/libavformat/avformat.h:707)
ffmpeg/MediaParserFfmpeg.cpp:396:54: warning: 'AVFormatContext::copyright' is
deprecated (declared at /usr/include/libavformat/avformat.h:707)
ffmpeg/MediaParserFfmpeg.cpp:397:22: warning: 'AVFormatContext::comment' is
deprecated (declared at /usr/include/libavformat/avformat.h:708)
ffmpeg/MediaParserFfmpeg.cpp:397:22: warning: 'AVFormatContext::comment' is
deprecated (declared at /usr/include/libavformat/avformat.h:708)
ffmpeg/MediaParserFfmpeg.cpp:398:52: warning: 'AVFormatContext::comment' is
deprecated (declared at /usr/include/libavformat/avformat.h:708)
ffmpeg/MediaParserFfmpeg.cpp:398:52: warning: 'AVFormatContext::comment' is
deprecated (declared at /usr/include/libavformat/avformat.h:708)
ffmpeg/MediaParserFfmpeg.cpp:399:22: warning: 'AVFormatContext::album' is
deprecated (declared at /usr/include/libavformat/avformat.h:709)
ffmpeg/MediaParserFfmpeg.cpp:399:22: warning: 'AVFormatContext::album' is
deprecated (declared at /usr/include/libavformat/avformat.h:709)
ffmpeg/MediaParserFfmpeg.cpp:400:50: warning: 'AVFormatContext::album' is
deprecated (declared at /usr/include/libavformat/avformat.h:709)
ffmpeg/MediaParserFfmpeg.cpp:400:50: warning: 'AVFormatContext::album' is
deprecated (declared at /usr/include/libavformat/avformat.h:709)
  CXX    libgnashmedia_la-AudioDecoderFfmpeg.lo
In file included from ffmpeg/AudioDecoderFfmpeg.cpp:25:0:
ffmpeg/MediaParserFfmpeg.h:152:16: warning: 'ByteIOContext' is deprecated
(declared at /usr/include/libavformat/avio.h:366)
ffmpeg/AudioDecoderFfmpeg.cpp: In member function 'uint8_t*
gnash::media::ffmpeg::AudioDecoderFfmpeg::decodeFrame(const uint8_t*,
uint32_t, uint32_t&)':
ffmpeg/AudioDecoderFfmpeg.cpp:552:15: warning: 'int
avcodec_decode_audio2(AVCodecContext*, int16_t*, int*, const uint8_t*, int)'
is deprecated (declared at /usr/include/libavcodec/avcodec.h:3711)
ffmpeg/AudioDecoderFfmpeg.cpp:553:52: warning: 'int
avcodec_decode_audio2(AVCodecContext*, int16_t*, int*, const uint8_t*, int)'
is deprecated (declared at /usr/include/libavcodec/avcodec.h:3711)
ffmpeg/AudioDecoderFfmpeg.cpp: In member function 'int
gnash::media::ffmpeg::AudioDecoderFfmpeg::parseInput(const uint8_t*, uint32_t,
const uint8_t**, int*)':
ffmpeg/AudioDecoderFfmpeg.cpp:661:16: warning: 'int
av_parser_parse(AVCodecParserContext*, AVCodecContext*, uint8_t**, int*, const
uint8_t*, int, int64_t, int64_t)' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:4097)
ffmpeg/AudioDecoderFfmpeg.cpp:667:25: warning: 'int
av_parser_parse(AVCodecParserContext*, AVCodecContext*, uint8_t**, int*, const
uint8_t*, int, int64_t, int64_t)' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:4097)
  CXX    libgnashmedia_la-VideoDecoderFfmpeg.lo
In file included from ffmpeg/VideoDecoderFfmpeg.cpp:31:0:
ffmpeg/MediaParserFfmpeg.h:152:16: warning: 'ByteIOContext' is deprecated
(declared at /usr/include/libavformat/avio.h:366)
ffmpeg/VideoDecoderFfmpeg.cpp: In member function
'std::auto_ptr<gnash::image::GnashImage>
gnash::media::ffmpeg::VideoDecoderFfmpeg::frameToImage(AVCodecContext*, const
AVFrame&)':
ffmpeg/VideoDecoderFfmpeg.cpp:276:13: warning: 'SwsContext*
sws_getContext(int, int, PixelFormat, int, int, PixelFormat, int, SwsFilter*,
SwsFilter*, const double*)' is deprecated (declared at
/usr/include/libswscale/swscale.h:191)
ffmpeg/VideoDecoderFfmpeg.cpp:277:55: warning: 'SwsContext*
sws_getContext(int, int, PixelFormat, int, int, PixelFormat, int, SwsFilter*,
SwsFilter*, const double*)' is deprecated (declared at
/usr/include/libswscale/swscale.h:191)
ffmpeg/VideoDecoderFfmpeg.cpp: In member function
'std::auto_ptr<gnash::image::GnashImage>
gnash::media::ffmpeg::VideoDecoderFfmpeg::decode(const uint8_t*, uint32_t)':
ffmpeg/VideoDecoderFfmpeg.cpp:359:5: warning: 'int
avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is
deprecated (declared at /usr/include/libavcodec/avcodec.h:3773)
ffmpeg/VideoDecoderFfmpeg.cpp:360:30: warning: 'int
avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is
deprecated (declared at /usr/include/libavcodec/avcodec.h:3773)
  CXX    libgnashmedia_la-AudioResamplerFfmpeg.lo
ffmpeg/AudioResamplerFfmpeg.cpp: In member function 'bool
gnash::media::ffmpeg::AudioResamplerFfmpeg::init(AVCodecContext*)':
ffmpeg/AudioResamplerFfmpeg.cpp:49:18: warning: 'ReSampleContext*
audio_resample_init(int, int, int, int)' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3222)
ffmpeg/AudioResamplerFfmpeg.cpp:51:2: warning: 'ReSampleContext*
audio_resample_init(int, int, int, int)' is deprecated (declared at
/usr/include/libavcodec/avcodec.h:3222)
  CXX    libgnashmedia_la-VideoConverterFfmpeg.lo
ffmpeg/VideoConverterFfmpeg.cpp: In member function 'virtual
std::auto_ptr<gnash::media::ImgBuf>
gnash::media::ffmpeg::VideoConverterFfmpeg::convert(const
gnash::media::ImgBuf&)':
ffmpeg/VideoConverterFfmpeg.cpp:148:49: warning: 'SwsContext*
sws_getContext(int, int, PixelFormat, int, int, PixelFormat, int, SwsFilter*,
SwsFilter*, const double*)' is deprecated (declared at
/usr/include/libswscale/swscale.h:191)
ffmpeg/VideoConverterFfmpeg.cpp:150:17: warning: 'SwsContext*
sws_getContext(int, int, PixelFormat, int, int, PixelFormat, int, SwsFilter*,
SwsFilter*, const double*)' is deprecated (declared at
/usr/include/libswscale/swscale.h:191)




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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