Skip to content

Commit 89f6668

Browse files
committed
支持androidIO追帧
1 parent 29db7f4 commit 89f6668

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

ijkmedia/ijkplayer/ff_ffplay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3077,7 +3077,7 @@ static int stream_has_enough_packets(AVStream *st, int stream_id, PacketQueue *q
30773077
static int is_realtime(AVFormatContext *s, int packet_buffering)
30783078
{
30793079
printf("isreal====>%s", s->iformat->name);
3080-
if (!strcmp(s->iformat->name, "androidio")) {
3080+
if (!strcmp(s->iformat->name, "flv")) {//AndroidIO
30813081
return 1;
30823082
}
30833083

0 commit comments

Comments
 (0)