Files
ffmpeg/libavformat
Andreas Cadhalpun a5b4476a60 avformat: prevent triggering request_probe assert in ff_read_packet
If probe_codec is called with pkt == NULL, it sets probe_packets to 0
and request_probe to -1.
However, request_probe can change when calling s->iformat->read_packet
and thus a probe_packets value of 0 doesn't guarantee a request_probe
value of -1.
In that case calling probe_codec again is necessary to prevent
triggering the assert.

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2016-10-19 23:13:28 +02:00
..
2016-07-03 04:37:48 +02:00
2016-10-17 18:24:48 +02:00
2016-08-22 22:03:37 +02:00
2016-10-17 20:41:26 +02:00
2016-03-13 16:06:09 +01:00
2016-06-19 18:51:39 +02:00
2016-06-19 18:51:39 +02:00
2016-07-17 13:10:27 -03:00
2016-04-28 23:25:18 +02:00
2016-08-22 22:03:37 +02:00
2016-05-04 18:16:21 +02:00
2016-10-09 20:09:00 +02:00
2016-05-04 18:16:21 +02:00
2016-05-19 17:02:06 +02:00
2016-07-15 10:25:02 +02:00
2016-08-25 21:12:19 +02:00
2016-09-10 16:40:47 -07:00
2016-08-22 22:07:48 +02:00
2016-05-21 18:49:45 +02:00
2016-10-09 20:09:00 +02:00
2016-07-19 18:41:19 +02:00
2016-07-17 13:10:27 -03:00
2016-08-02 16:16:31 +02:00
2015-09-01 13:35:37 +02:00
2016-07-17 13:10:27 -03:00
2016-06-25 15:53:11 -05:00
2016-05-03 15:45:10 +02:00
2016-10-09 20:09:00 +02:00
2016-08-04 16:25:40 -03:00