diff options
author | Stephan Hilb <stephan@ecshi.net> | 2013-01-16 11:27:20 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-16 11:27:20 +0100 |
commit | f245a2086a10327d0fd5ffd0500721729017c772 (patch) | |
tree | 2bf8d13f647906027b2fb54228309f50bea7af26 /libavdevice | |
parent | 36810215fa259589b9f3b38922ca7e39ec61d4ca (diff) | |
download | ffmpeg-f245a2086a10327d0fd5ffd0500721729017c772.tar.gz |
lavd/v4l2: update broken link to v4l2 video capture example
Reviewed-by: Stefano Sabatini
Diffstat (limited to 'libavdevice')
-rw-r--r-- | libavdevice/v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 26ff31c1e5..41ae3e89a8 100644 --- a/libavdevice/v4l2.c +++ b/libavdevice/v4l2.c @@ -24,7 +24,7 @@ * Video4Linux2 grab interface * * Part of this file is based on the V4L2 video capture example - * (http://v4l2spec.bytesex.org/v4l2spec/capture.c) + * (http://linuxtv.org/downloads/v4l-dvb-apis/capture-example.html) * * Thanks to Michael Niedermayer for providing the mapping between * V4L2_PIX_FMT_* and AV_PIX_FMT_* |