42                       const uint8_t **poutbuf, 
int *poutbuf_size,
 
   48     if (buf_size < 13 + *buf * 8) {
 
   50         *poutbuf_size = buf_size;
 
   54     hdr = 
AV_RB32(buf + 9 + *buf * 8);
 
   56         type = (hdr >> 27) & 3;
 
   57         pts  = (hdr >>  7) & 0x1FFF;
 
   59         type = (hdr >> 29) & 3;
 
   60         pts  = (hdr >>  6) & 0x1FFF;
 
   75     *poutbuf_size = buf_size;
 
   79 #if CONFIG_RV30_PARSER 
   87 #if CONFIG_RV40_PARSER