#include "config.h"#include "libavformat/avformat.h"Go to the source code of this file.
Data Structures | |
| struct | dc1394_data | 
| struct | dc1394_frame_format | 
| struct | dc1394_frame_rate | 
Functions | |
| static int | dc1394_read_common (AVFormatContext *c, AVFormatParameters *ap, struct dc1394_frame_format **select_fmt, struct dc1394_frame_rate **select_fps) | 
Variables | |
| struct dc1394_frame_format | dc1394_frame_formats [] | 
| struct dc1394_frame_rate | dc1394_frame_rates [] | 
| static int dc1394_read_common | ( | AVFormatContext * | c, | |
| AVFormatParameters * | ap, | |||
| struct dc1394_frame_format ** | select_fmt, | |||
| struct dc1394_frame_rate ** | select_fps | |||
| ) |  [inline, static] | 
        
Definition at line 89 of file libdc1394.c.
| struct dc1394_frame_format dc1394_frame_formats[] | 
Referenced by dc1394_read_common().
| struct dc1394_frame_rate dc1394_frame_rates[] | 
Referenced by dc1394_read_common().
 1.5.8