ffmpeg/libavdevice
Giorgio Vazzana ee4a658695 lavd/v4l2: fix bug in init_convert_timestamp()
The current code returned a period=0, resulting in identical pts for all frames
after time-filtering. This is because AV_TIME_BASE_Q={1, AV_TIME_BASE} and
not {AV_TIME_BASE, 1}. With this patch the correct period in microseconds is computed.
2013-03-12 17:14:47 +01:00
..
2012-10-12 19:05:58 +02:00
2012-12-17 03:44:12 -02:00
2012-12-21 00:18:34 +01:00