1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavdevice
Jaroslav Beran 00a1e1337f libavdevice/v4l2: fix invalid access to struct v4l2_buffer
In case we are short of queued buffers, at first v4l2_buffer was enqueued to kernel so it's not owned by
user-space anymore. After that it's timestamp field was read, but it might be overwritten by driver at
that moment. It resulted in invalid timestamp sometimes.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-09-24 02:33:48 +02:00
..
2017-09-13 22:31:05 +01:00
2016-04-11 01:34:02 +02:00
2016-01-28 19:49:48 -08:00
2016-07-17 13:10:27 -03:00
2017-04-23 14:35:08 +07:00
2017-09-13 22:31:05 +01:00
2016-09-25 18:08:06 +01:00
2017-09-13 22:31:05 +01:00