| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Functions | |
| int | ff_mxf_decode_pixel_layout (const char pixel_layout[16], enum AVPixelFormat *pix_fmt) | 
| const MXFSamplesPerFrame * | ff_mxf_get_samples_per_frame (AVFormatContext *s, AVRational time_base) | 
Variables | |
| const MXFCodecUL | ff_mxf_data_definition_uls [] | 
| SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.  More... | |
| const MXFCodecUL | ff_mxf_codec_uls [] | 
| const MXFCodecUL | ff_mxf_pixel_format_uls [] | 
| const MXFCodecUL | ff_mxf_codec_tag_uls [] | 
| struct { | |
| enum AVPixelFormat pix_fmt | |
| const char data [16] | |
| } | ff_mxf_pixel_layouts [] | 
| static const int | num_pixel_layouts = FF_ARRAY_ELEMS(ff_mxf_pixel_layouts) | 
| static const MXFSamplesPerFrame | mxf_spf [] | 
| static const AVRational | mxf_time_base [] | 
| int ff_mxf_decode_pixel_layout | ( | const char | pixel_layout[16], | 
| enum AVPixelFormat * | pix_fmt | ||
| ) | 
Definition at line 119 of file mxf.c.
Referenced by mxf_read_pixel_layout().
| const MXFSamplesPerFrame* ff_mxf_get_samples_per_frame | ( | AVFormatContext * | s, | 
| AVRational | time_base | ||
| ) | 
Definition at line 154 of file mxf.c.
Referenced by mxf_compute_sample_count(), and mxf_write_header().
| const MXFCodecUL ff_mxf_data_definition_uls[] | 
SMPTE RP224 http://www.smpte-ra.org/mdd/index.html.
Definition at line 28 of file mxf.c.
Referenced by mxf_add_metadata_stream(), mxf_get_data_definition_ul(), and mxf_parse_structural_metadata().
| const MXFCodecUL ff_mxf_codec_uls[] | 
Definition at line 36 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
| const MXFCodecUL ff_mxf_pixel_format_uls[] | 
Definition at line 77 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
| const MXFCodecUL ff_mxf_codec_tag_uls[] | 
Definition at line 83 of file mxf.c.
Referenced by mxf_parse_structural_metadata().
| enum AVPixelFormat pix_fmt | 
| const { ... } ff_mxf_pixel_layouts[] | 
Referenced by ff_mxf_decode_pixel_layout().
      
  | 
  static | 
Definition at line 117 of file mxf.c.
Referenced by ff_mxf_decode_pixel_layout().
      
  | 
  static | 
      
  | 
  static | 
 1.8.6