#include "avformat.h"
#include "internal.h"
 
Go to the source code of this file.
      
        
          | #define CDG_PACKET_SIZE   24 | 
        
      
 
 
75 sectors/sec * 4 packets/sector = 300 packets/sec 
Definition at line 33 of file cdg.c.
 
 
Definition at line 57 of file cdg.c.
 
 
Initial value:= {
    .name           = "cdg",
    .extensions     = "cdg",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
static int read_header(AVFormatContext *s)
 
static int read_packet(AVFormatContext *s, AVPacket *pkt)
 
 
Definition at line 84 of file cdg.c.