摘要: 以ffmpeg 4.2 为例 1. 建立YUV-RGB映射表 /* Color space conversion coefficients for YCbCr -> RGB mapping. * * Entries are {crv, cbu, cgu, cgv} * * crv = (255 / 阅读全文
posted @ 2020-09-14 21:07 洛笔达 阅读(1621) 评论(1) 推荐(0) 编辑
摘要: 1 deque 双向队列, 内部通过map 管理 https://blog.csdn.net/plyukulong2008/article/details/7018270 2. list 双向链表 游标一次只可以移动一步。如果你对链表已经很熟悉,那么STL中的list则是一个双向链表(每个节点有指向 阅读全文
posted @ 2020-09-14 20:31 洛笔达 阅读(141) 评论(0) 推荐(0) 编辑