michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: AV_FUNC(LIBAVCODEC, avcodec_align_dimensions2) michael@0: AV_FUNC(LIBAVCODEC, avcodec_alloc_frame) michael@0: AV_FUNC(LIBAVCODEC, avcodec_close) michael@0: AV_FUNC(LIBAVCODEC, avcodec_decode_audio4) michael@0: AV_FUNC(LIBAVCODEC, avcodec_decode_video2) michael@0: AV_FUNC(LIBAVCODEC, avcodec_default_get_buffer) michael@0: AV_FUNC(LIBAVCODEC, avcodec_default_release_buffer) michael@0: AV_FUNC(LIBAVCODEC, avcodec_find_decoder) michael@0: AV_FUNC(LIBAVCODEC, avcodec_flush_buffers) michael@0: AV_FUNC(LIBAVCODEC, avcodec_get_context_defaults3) michael@0: AV_FUNC(LIBAVCODEC, avcodec_get_edge_width) michael@0: AV_FUNC(LIBAVCODEC, avcodec_get_frame_defaults) michael@0: AV_FUNC(LIBAVCODEC, avcodec_open2) michael@0: AV_FUNC(LIBAVCODEC, av_init_packet) michael@0: AV_FUNC(LIBAVCODEC, av_dict_get) michael@0: michael@0: AV_FUNC(LIBAVFORMAT, av_register_all) michael@0: michael@0: AV_FUNC(LIBAVUTIL, av_image_fill_linesizes) michael@0: AV_FUNC(LIBAVUTIL, av_image_fill_pointers) michael@0: AV_FUNC(LIBAVUTIL, av_log_set_level)