#include <string.h>#include "avformat.h"Go to the source code of this file.
Defines | |
| #define | MAX_READ_SIZE 4096 | 
Functions | |
| static int | apc_probe (AVProbeData *p) | 
| static int | apc_read_header (AVFormatContext *s, AVFormatParameters *ap) | 
| static int | apc_read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| AVInputFormat | apc_demuxer | 
| #define MAX_READ_SIZE 4096 | 
| static int apc_probe | ( | AVProbeData * | p | ) |  [static] | 
        
| static int apc_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |  [static] | 
        
| static int apc_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) |  [static] | 
        
Initial value:
 {
    "apc",
    NULL_IF_CONFIG_SMALL("CRYO APC format"),
    0,
    apc_probe,
    apc_read_header,
    apc_read_packet,
}
 1.5.8