Go to the source code of this file.
      
        
          | #define MAX_YUV4_HEADER   80 | 
      
 
 
      
        
          | #define MAX_FRAME_HEADER   80 | 
      
 
 
  
  | 
        
          | static int yuv4_read_seek | ( | AVFormatContext * | s, |  
          |  |  | int | stream_index, |  
          |  |  | int64_t | pts, |  
          |  |  | int | flags |  
          |  | ) |  |  |  | static | 
 
 
Initial value:= {
    .name           = "yuv4mpegpipe",
    .extensions     = "y4m",
}
static int yuv4_read_packet(AVFormatContext *s, AVPacket *pkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int yuv4_read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags)
static int yuv4_read_header(AVFormatContext *s)
static int yuv4_probe(AVProbeData *pd)
Definition at line 324 of file yuv4mpegdec.c.