By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 1560
Collapse All | Expand All

(-)trinity-k9copy-3.5.13.2/k9author/k9avidecode.h.ORI (+4 lines)
Lines 43-49 Link Here
43
#else
43
#else
44
typedef int (*av_find_stream_info_t)(AVFormatContext *);
44
typedef int (*av_find_stream_info_t)(AVFormatContext *);
45
#endif
45
#endif
46
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 26, 0)
47
typedef AVCodec* (*avcodec_find_decoder_t)(enum AVCodecID);
48
#else
46
typedef AVCodec* (*avcodec_find_decoder_t)(enum CodecID);
49
typedef AVCodec* (*avcodec_find_decoder_t)(enum CodecID);
50
#endif
47
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 8, 0)
51
#if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(53, 8, 0)
48
typedef int (*avcodec_open2_t)(AVCodecContext *, AVCodec *, AVDictionary **);
52
typedef int (*avcodec_open2_t)(AVCodecContext *, AVCodec *, AVDictionary **);
49
#else
53
#else

Return to bug 1560