Commit eeade678 authored by Anton Khirnov's avatar Anton Khirnov

avidec: return 0, not packet size from read_packet().

parent b146d747
......@@ -1122,7 +1122,7 @@ resync:
ast->packet_size= 0;
}
return size;
return 0;
}
if ((err = avi_sync(s, 0)) < 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