Revision ce5e49b0 libavcodec/rv40.c
libavcodec/rv40.c | ||
---|---|---|
253 | 253 |
prev_type = i; |
254 | 254 |
} |
255 | 255 |
} |
256 |
if(s->pict_type == FF_P_TYPE){
|
|
256 |
if(s->pict_type == AV_PICTURE_TYPE_P){
|
|
257 | 257 |
prev_type = block_num_to_ptype_vlc_num[prev_type]; |
258 | 258 |
q = get_vlc2(gb, ptype_vlc[prev_type].table, PTYPE_VLC_BITS, 1); |
259 | 259 |
if(q < PBTYPE_ESCAPE) |
Also available in: Unified diff