Go to the documentation of this file.
   21 #ifndef AVFORMAT_MXF_H 
   22 #define AVFORMAT_MXF_H 
  100     "%02x.%02x.%02x.%02x."                  \ 
  101     "%02x.%02x.%02x.%02x."                  \ 
  102     "%02x.%02x.%02x.%02x."                  \ 
  103     "%02x.%02x.%02x.%02x" 
  106     (x)[0],  (x)[1],  (x)[2],  (x)[3],      \ 
  107     (x)[4],  (x)[5],  (x)[6],  (x)[7],      \ 
  108     (x)[8],  (x)[9],  (x)[10], (x)[11],     \ 
  109     (x)[12], (x)[13], (x)[14], (x)[15]      \ 
  112 #define PRINT_KEY(pc, s, x)                         \ 
  113     av_log(pc, AV_LOG_VERBOSE,                      \ 
  115            "0x%02x,0x%02x,0x%02x,0x%02x,"           \ 
  116            "0x%02x,0x%02x,0x%02x,0x%02x,"           \ 
  117            "0x%02x,0x%02x,0x%02x,0x%02x,"           \ 
  118            "0x%02x,0x%02x,0x%02x,0x%02x ",          \ 
  120     av_log(pc, AV_LOG_INFO,                         \ 
  122            "%02x.%02x.%02x.%02x."                   \ 
  123            "%02x.%02x.%02x.%02x."                   \ 
  124            "%02x.%02x.%02x.%02x."                   \ 
  125            "%02x.%02x.%02x.%02x\n",                 \ 
  128 #define PRINT_KEY(pc, s, x) do { if(0)              \ 
  129     av_log(pc, AV_LOG_VERBOSE,                      \ 
  131            "0x%02x,0x%02x,0x%02x,0x%02x,"           \ 
  132            "0x%02x,0x%02x,0x%02x,0x%02x,"           \ 
  133            "0x%02x,0x%02x,0x%02x,0x%02x,"           \ 
  134            "0x%02x,0x%02x,0x%02x,0x%02x ",          \ 
  
AVPixelFormat
Pixel format.
const MXFCodecUL ff_mxf_codec_uls[]
MXFWrappingIndicatorType wrapping_indicator_type
int ff_mxf_get_content_package_rate(AVRational time_base)
const MXFCodecUL ff_mxf_pixel_format_uls[]
unsigned wrapping_indicator_pos
const MXFCodecUL ff_mxf_data_definition_uls[]
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.
static enum AVPixelFormat pix_fmt
const MXFCodecUL ff_mxf_codec_tag_uls[]
Rational number (pair of numerator and denominator).
int ff_mxf_decode_pixel_layout(const char pixel_layout[16], enum AVPixelFormat *pix_fmt)