avcodec_copy_context 3504 fftools/ffmpeg.c         ret = avcodec_copy_context(ost->st->codec, ost->enc_ctx);
avcodec_copy_context 2827 libavcodec/avcodec.h int avcodec_copy_context(AVCodecContext *dest, const AVCodecContext *src);
avcodec_copy_context  152 libavcodec/tests/options.c     avcodec_copy_context(ctx2, ctx1);
avcodec_copy_context  167 libavcodec/tests/options.c         avcodec_copy_context(ctx2, ctx1);