| 
    FFmpeg
    
   | 
 
#include "libavutil/intreadwrite.h"#include "libavutil/avstring.h"#include "libavutil/log.h"#include "libavutil/opt.h"#include "libavutil/pixdesc.h"#include "avformat.h"#include "avio_internal.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | VideoMuxData | 
Macros | |
| #define | OFFSET(x) offsetof(VideoMuxData, x) | 
| #define | ENC AV_OPT_FLAG_ENCODING_PARAM | 
Functions | |
| static int | write_header (AVFormatContext *s) | 
| static int | write_packet (AVFormatContext *s, AVPacket *pkt) | 
Variables | |
| static const AVOption | muxoptions [] | 
| #define OFFSET | ( | x | ) | offsetof(VideoMuxData, x) | 
| #define ENC AV_OPT_FLAG_ENCODING_PARAM | 
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
 1.8.2