You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avidec: return 0, not packet size from read_packet().
This commit is contained in:
@@ -1122,7 +1122,7 @@ resync:
|
||||
ast->packet_size= 0;
|
||||
}
|
||||
|
||||
return size;
|
||||
return 0;
|
||||
}
|
||||
|
||||
if ((err = avi_sync(s, 0)) < 0)
|
||||
|
Reference in New Issue
Block a user