Bitmap Brothers JV demuxer.  
More...
Go to the source code of this file.
 | 
| #define  | JV_PREAMBLE_SIZE   5 | 
|   | 
| #define  | MAGIC   " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd." | 
|   | 
Bitmap Brothers JV demuxer. 
- Author
 - Peter Ross pross.nosp@m.@xvi.nosp@m.d.org 
 
Definition in file jvdec.c.
 
      
        
          | #define JV_PREAMBLE_SIZE   5 | 
        
      
 
 
      
        
          | #define MAGIC   " Compression by John M Phillips Copyright (C) 1995 The Bitmap Brothers Ltd." | 
        
      
 
 
  
  
      
        
          | static int read_seek  | 
          ( | 
          AVFormatContext *  | 
          s,  | 
         
        
           | 
           | 
          int  | 
          stream_index,  | 
         
        
           | 
           | 
          int64_t  | 
          ts,  | 
         
        
           | 
           | 
          int  | 
          flags  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
Initial value:= {
    .name           = "jv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
 
 
Definition at line 254 of file jvdec.c.