Changeset 6046 for pjproject/trunk/pjmedia/include/pjmedia/format.h
- Timestamp:
- Jul 29, 2019 2:25:34 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/include/pjmedia/format.h
r4994 r6046 177 177 PJMEDIA_FORMAT_YV12 = PJMEDIA_FORMAT_PACK('Y', 'V', '1', '2'), 178 178 179 /** 180 * This is planar 4:2:0/12bpp YUV format, the data can be treated as 181 * two planes of color components, where the first plane contains 182 * only the Y samples, the second plane contains interleaved 183 * U (Cb) - V (Cr) samples. 184 */ 185 PJMEDIA_FORMAT_NV12 = PJMEDIA_FORMAT_PACK('N', 'V', '1', '2'), 186 179 187 /** 180 188 * This is planar 4:2:0/12bpp YUV format, the data can be treated as
Note: See TracChangeset
for help on using the changeset viewer.