Commit c4a3dcc0 authored by Linshizhi's avatar Linshizhi

remove debug printf

parent 90167789
......@@ -723,7 +723,6 @@ int avio_read_partial(AVIOContext *s, unsigned char *buf, int size)
len = size;
memcpy(buf, s->buf_ptr, len);
s->buf_ptr += len;
printf("avio_read_partial()\n");
if (!len) {
if (s->error == AVERROR(EAGAIN) && s->eof_reached == 1) {
s->error = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment