mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-17 20:37:04 +00:00
avcodec/rv10: Remove dead code
Dead since 248a1aa54c
.
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
ca3dea8a36
commit
cd08bace55
@ -176,9 +176,6 @@ static int rv20_decode_picture_header(RVDecContext *rv, int whole_size)
|
|||||||
case 3:
|
case 3:
|
||||||
s->pict_type = AV_PICTURE_TYPE_B;
|
s->pict_type = AV_PICTURE_TYPE_B;
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
av_log(s->avctx, AV_LOG_ERROR, "unknown frame type\n");
|
|
||||||
return AVERROR_INVALIDDATA;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (s->low_delay && s->pict_type == AV_PICTURE_TYPE_B) {
|
if (s->low_delay && s->pict_type == AV_PICTURE_TYPE_B) {
|
||||||
|
Loading…
Reference in New Issue
Block a user