| 
    FFmpeg
    
   | 
 
#include "libavutil/imgutils.h"#include "libavutil/parseutils.h"#include "libavutil/pixdesc.h"#include "libavutil/opt.h"#include "internal.h"#include "avformat.h"Go to the source code of this file.
Data Structures | |
| struct | V210DemuxerContext | 
Macros | |
| #define | GET_PACKET_SIZE(w, h) (((w + 47) / 48) * 48 * h * 8 / 3) | 
| #define | OFFSET(x) offsetof(V210DemuxerContext, x) | 
| #define | DEC AV_OPT_FLAG_DECODING_PARAM | 
Functions | |
| static int | v210_read_header (AVFormatContext *ctx) | 
| static int | v210_read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| static const AVOption | v210_options [] | 
| static const AVClass | v210_demuxer_class | 
| #define OFFSET | ( | x | ) | offsetof(V210DemuxerContext, x) | 
| #define DEC AV_OPT_FLAG_DECODING_PARAM | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
 1.8.17