MAKE_ACCESSORS    480 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, const AVCodecDescriptor *, codec_descriptor)
MAKE_ACCESSORS    481 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, int, lowres)
MAKE_ACCESSORS    482 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, int, seek_preroll)
MAKE_ACCESSORS    483 libavcodec/utils.c MAKE_ACCESSORS(AVCodecContext, codec, uint16_t*, chroma_intra_matrix)
MAKE_ACCESSORS    119 libavformat/utils.c MAKE_ACCESSORS(AVStream, stream, char *, recommended_encoder_configuration)
MAKE_ACCESSORS    122 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, video_codec)
MAKE_ACCESSORS    123 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, audio_codec)
MAKE_ACCESSORS    124 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, subtitle_codec)
MAKE_ACCESSORS    125 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVCodec *, data_codec)
MAKE_ACCESSORS    126 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, int, metadata_header_padding)
MAKE_ACCESSORS    127 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, void *, opaque)
MAKE_ACCESSORS    128 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, av_format_control_message, control_message_cb)
MAKE_ACCESSORS    131 libavformat/utils.c MAKE_ACCESSORS(AVFormatContext, format, AVOpenCallback, open_cb)
MAKE_ACCESSORS     31 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, best_effort_timestamp)
MAKE_ACCESSORS     32 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_duration)
MAKE_ACCESSORS     33 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, pkt_pos)
MAKE_ACCESSORS     34 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int64_t, channel_layout)
MAKE_ACCESSORS     35 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     channels)
MAKE_ACCESSORS     36 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     sample_rate)
MAKE_ACCESSORS     37 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, AVDictionary *, metadata)
MAKE_ACCESSORS     38 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     decode_error_flags)
MAKE_ACCESSORS     39 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, int,     pkt_size)
MAKE_ACCESSORS     40 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, enum AVColorSpace, colorspace)
MAKE_ACCESSORS     41 libavutil/frame.c MAKE_ACCESSORS(AVFrame, frame, enum AVColorRange, color_range)