comparison allformats.c @ 29:86a085c19c7f libavformat

video_device fixes
author bellard
date Thu, 23 Jan 2003 09:55:19 +0000
parents fcdea3df94fe
children 721705c1f995
comparison
equal deleted inserted replaced
28:64678c053566 29:86a085c19c7f
18 */ 18 */
19 #include "avformat.h" 19 #include "avformat.h"
20 20
21 /* If you do not call this function, then you can select exactly which 21 /* If you do not call this function, then you can select exactly which
22 formats you want to support */ 22 formats you want to support */
23
24 char *video_device = "none";
25 23
26 /** 24 /**
27 * Initialize libavcodec and register all the codecs and formats. 25 * Initialize libavcodec and register all the codecs and formats.
28 */ 26 */
29 void av_register_all(void) 27 void av_register_all(void)