Mercurial > libavformat.hg
comparison utils.c @ 29:86a085c19c7f libavformat
video_device fixes
| author | bellard |
|---|---|
| date | Thu, 23 Jan 2003 09:55:19 +0000 |
| parents | 65433f1b2549 |
| children | 90fd30dd68b3 |
comparison
equal
deleted
inserted
replaced
| 28:64678c053566 | 29:86a085c19c7f |
|---|---|
| 38 #endif | 38 #endif |
| 39 | 39 |
| 40 AVInputFormat *first_iformat; | 40 AVInputFormat *first_iformat; |
| 41 AVOutputFormat *first_oformat; | 41 AVOutputFormat *first_oformat; |
| 42 AVImageFormat *first_image_format; | 42 AVImageFormat *first_image_format; |
| 43 | |
| 44 const char *video_device = "none"; | |
| 43 | 45 |
| 44 void av_register_input_format(AVInputFormat *format) | 46 void av_register_input_format(AVInputFormat *format) |
| 45 { | 47 { |
| 46 AVInputFormat **p; | 48 AVInputFormat **p; |
| 47 p = &first_iformat; | 49 p = &first_iformat; |
