[PATCH] VideoPlayer: Fix usage of deprecated/removed AVCodec option #68
AVCodecContext.refcounted_frames was useful for deprecated API only (avcodec_decode_video2/avcodec_decode_audio4). The new decode APIs (avcodec_send_packet/avcodec_receive_frame) always work with reference counted frames