Revision 66e5b1df libavformat/tty.c
libavformat/tty.c | ||
---|---|---|
106 | 106 |
TtyDemuxContext *s = avctx->priv_data; |
107 | 107 |
int n; |
108 | 108 |
|
109 |
if (url_feof(avctx->pb))
|
|
109 |
if (avctx->pb->eof_reached)
|
|
110 | 110 |
return AVERROR_EOF; |
111 | 111 |
|
112 | 112 |
n = s->chars_per_frame; |
Also available in: Unified diff