| 
    FFmpeg
    
   | 
 
#include "libavformat/avformat.h"Go to the source code of this file.
Functions | |
| int | ff_decklink_read_header (AVFormatContext *avctx) | 
| int | ff_decklink_read_packet (AVFormatContext *avctx, AVPacket *pkt) | 
| int | ff_decklink_read_close (AVFormatContext *avctx) | 
| int | ff_decklink_list_input_devices (AVFormatContext *avctx, struct AVDeviceInfoList *device_list) | 
| int ff_decklink_read_header | ( | AVFormatContext * | avctx | ) | 
Definition at line 1049 of file decklink_dec.cpp.
| int ff_decklink_read_packet | ( | AVFormatContext * | avctx, | 
| AVPacket * | pkt | ||
| ) | 
Definition at line 1315 of file decklink_dec.cpp.
| int ff_decklink_read_close | ( | AVFormatContext * | avctx | ) | 
Definition at line 1030 of file decklink_dec.cpp.
| int ff_decklink_list_input_devices | ( | AVFormatContext * | avctx, | 
| struct AVDeviceInfoList * | device_list | ||
| ) | 
Definition at line 1334 of file decklink_dec.cpp.
 1.8.17