mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
avidec: return 0, not packet size from read_packet().
(cherry picked from commit eeade678f0a2bac127aeed2fb68d8717a6463420) Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
4fac60d568
commit
2ae6bdbb9b
@ -786,7 +786,7 @@ resync:
|
||||
ast->packet_size= 0;
|
||||
}
|
||||
|
||||
return size;
|
||||
return 0;
|
||||
}
|
||||
|
||||
memset(d, -1, sizeof(int)*8);
|
||||
|
Loading…
x
Reference in New Issue
Block a user