mirror of https://github.com/FreeRDP/FreeRDP
ffmpeg-2 -- CodecID
deprecated: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=104e10fb426f903ba9157fdbfe30292d0e4c3d72 broken with libavcodec 55
This commit is contained in:
parent
cbcf0de3fa
commit
6fe23e1a38
|
@ -54,7 +54,11 @@ typedef struct _TSMFFFmpegDecoder
|
|||
ITSMFDecoder iface;
|
||||
|
||||
int media_type;
|
||||
#if LIBAVCODEC_VERSION_MAJOR < 55
|
||||
enum CodecID codec_id;
|
||||
#else
|
||||
enum AVCodecID codec_id;
|
||||
#endif
|
||||
AVCodecContext* codec_context;
|
||||
AVCodec* codec;
|
||||
AVFrame* frame;
|
||||
|
|
Loading…
Reference in New Issue