MVDSTD:ProcessNALUnit: Difference between revisions
m Yellows8 moved page MVDSTD:DecodeFrame to MVDSTD:ProcessNALUnit |
No edit summary |
||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| Virtual addr for the input | | Virtual addr for the input buffer. | ||
|- | |- | ||
| 2 | | 2 | ||
Line 15: | Line 15: | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Buffer byte-size. | ||
|- | |- | ||
| 4 | | 4 | ||
Line 44: | Line 44: | ||
=Description= | =Description= | ||
This | This processes the specified NAL-unit. This seems to always start with the 3-byte NAL prefix(00 00 01). Following that is the actual NAL-unit. | ||
This is only used for | This is only used for H.264, not color-conversion. |