Commit 3bd1c7ef authored by Aaron Plattner's avatar Aaron Plattner
Browse files

Update VC-1 SP/MP range reduction documentation.

parent 15cab0dd
...@@ -2564,8 +2564,10 @@ typedef struct { ...@@ -2564,8 +2564,10 @@ typedef struct {
*/ */
uint8_t syncmarker; uint8_t syncmarker;
/** /**
* Copy of the VC-1 bitstream field. See VC-1 J.1.17. * VC-1 SP/MP range reduction control.
* Only used by simple and main profiles. * Only used by simple and main profiles.
* Bit 0: Copy of rangered VC-1 bitstream field; See VC-1 J.1.17.
* Bit 1: Copy of rangeredfrm VC-1 bitstream fiels; See VC-1 7.1.13.
*/ */
uint8_t rangered; uint8_t rangered;
/** /**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment