Revision ce5e49b0 libavcodec/rv30.c
libavcodec/rv30.c | ||
---|---|---|
111 | 111 |
av_log(s->avctx, AV_LOG_ERROR, "dquant needed\n"); |
112 | 112 |
code -= 6; |
113 | 113 |
} |
114 |
if(s->pict_type != FF_B_TYPE)
|
|
114 |
if(s->pict_type != AV_PICTURE_TYPE_B)
|
|
115 | 115 |
return rv30_p_types[code]; |
116 | 116 |
else |
117 | 117 |
return rv30_b_types[code]; |
Also available in: Unified diff