Skip to content

Commit

Permalink
ijkplayer: fix a compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondzheng committed Jan 24, 2018
1 parent dce3a2f commit df5255e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ijkmedia/ijkplayer/ff_ffplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ static int decoder_decode_frame(FFPlayer *ffp, Decoder *d, AVFrame *frame, AVSub
}
}
break;
default:
break;
}
if (ret == AVERROR_EOF) {
d->finished = d->pkt_serial;
Expand Down

0 comments on commit df5255e

Please sign in to comment.