aboutsummaryrefslogtreecommitdiffstats
path: root/libav/avio.h
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-09-24 23:27:06 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-09-24 23:27:06 +0000
commit4972b26f24cef157b1954ebd9466303922f2a6c0 (patch)
tree7585436dc179f9f87a693a608798a40fd1e0ae80 /libav/avio.h
parent46a3d0685df667158628a8037faa0383f9bd4c22 (diff)
downloadffmpeg-4972b26f24cef157b1954ebd9466303922f2a6c0.tar.gz
changed audio and video grab interface (simpler now)
Originally committed as revision 148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/avio.h')
-rw-r--r--libav/avio.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libav/avio.h b/libav/avio.h
index 7d67171237..faa2b547de 100644
--- a/libav/avio.h
+++ b/libav/avio.h
@@ -141,11 +141,3 @@ extern URLProtocol udp_protocol;
/* http.c */
extern URLProtocol http_protocol;
-
-/* audio.c */
-extern const char *audio_device;
-extern URLProtocol audio_protocol;
-
-/* grab.c */
-extern const char *v4l_device;
-extern URLProtocol video_protocol;