| 
    FFmpeg
    
   | 
 
#include "libavutil/intreadwrite.h"#include "libavutil/opt.h"#include "libavutil/parseutils.h"#include "avformat.h"#include "internal.h"#include "sauce.h"#include "libavcodec/bintext.h"Go to the source code of this file.
Data Structures | |
| struct | BinDemuxContext | 
Macros | |
| #define | OFFSET(x) offsetof(BinDemuxContext, x) | 
| #define | CLASS(name) | 
Functions | |
| static AVStream * | init_stream (AVFormatContext *s) | 
| static int | read_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| static const AVOption | options [] | 
Binary text demuxer eXtended BINary text (XBIN) demuxer Artworx Data Format demuxer iCEDraw File demuxer
Definition in file bintext.c.
| #define OFFSET | ( | x | ) | offsetof(BinDemuxContext, x) | 
| #define CLASS | ( | name | ) | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
 1.8.17