Mercurial > libavformat.hg
comparison avformat.h @ 29:86a085c19c7f libavformat
video_device fixes
| author | bellard |
|---|---|
| date | Thu, 23 Jan 2003 09:55:19 +0000 |
| parents | e1200dd82537 |
| children | 90fd30dd68b3 |
comparison
equal
deleted
inserted
replaced
| 28:64678c053566 | 29:86a085c19c7f |
|---|---|
| 377 | 377 |
| 378 /* grab specific */ | 378 /* grab specific */ |
| 379 int video_grab_init(void); | 379 int video_grab_init(void); |
| 380 int audio_init(void); | 380 int audio_init(void); |
| 381 | 381 |
| 382 extern const char *v4l_device; | 382 /* DV1394 */ |
| 383 int dv1394_init(void); | |
| 384 extern int dv1394_channel; | |
| 385 | |
| 386 extern const char *video_device; | |
| 383 extern const char *audio_device; | 387 extern const char *audio_device; |
| 384 | 388 |
| 385 #ifdef HAVE_AV_CONFIG_H | 389 #ifdef HAVE_AV_CONFIG_H |
| 386 int strstart(const char *str, const char *val, const char **ptr); | 390 int strstart(const char *str, const char *val, const char **ptr); |
| 387 int stristart(const char *str, const char *val, const char **ptr); | 391 int stristart(const char *str, const char *val, const char **ptr); |
