ff_copy_picture  3948 libavcodec/h264.c         ff_copy_picture(&s->last_picture, s->last_picture_ptr);
ff_copy_picture  3952 libavcodec/h264.c         ff_copy_picture(&s->next_picture, s->next_picture_ptr);
ff_copy_picture   895 libavcodec/mpegvideo.c     ff_copy_picture(&s->current_picture, s->current_picture_ptr);
ff_copy_picture   908 libavcodec/mpegvideo.c     if(s->last_picture_ptr) ff_copy_picture(&s->last_picture, s->last_picture_ptr);
ff_copy_picture   909 libavcodec/mpegvideo.c     if(s->next_picture_ptr) ff_copy_picture(&s->next_picture, s->next_picture_ptr);
ff_copy_picture   709 libavcodec/mpegvideo.h void ff_copy_picture(Picture *dst, Picture *src);
ff_copy_picture  1142 libavcodec/mpegvideo_enc.c         ff_copy_picture(&s->new_picture, s->reordered_input_picture[0]);
ff_copy_picture  1174 libavcodec/mpegvideo_enc.c         ff_copy_picture(&s->current_picture, s->current_picture_ptr);