Skip to content
Snippets Groups Projects
utils.c 86.2 KiB
Newer Older
  • Learn to ignore specific revisions
  •  * @param img image data and informations
     */
    int av_write_image(ByteIOContext *pb, AVImageFormat *fmt, AVImageInfo *img)
    {
        return fmt->img_write(pb, img);
    }