|
|
@@ -355,11 +355,7 @@ typedef struct H264Context { |
|
|
|
ptrdiff_t mb_uvlinesize; |
|
|
|
|
|
|
|
SPS sps; ///< current sps |
|
|
|
|
|
|
|
/** |
|
|
|
* current pps |
|
|
|
*/ |
|
|
|
PPS pps; // FIXME move to Picture perhaps? (->no) do we need that? |
|
|
|
PPS pps; ///< current pps |
|
|
|
|
|
|
|
uint32_t dequant4_buffer[6][QP_MAX_NUM + 1][16]; // FIXME should these be moved down? |
|
|
|
uint32_t dequant8_buffer[6][QP_MAX_NUM + 1][64]; |
|
|
|