| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Functions | |
| const struct PixelFormatTag * | avpriv_get_raw_pix_fmt_tags (void) | 
| unsigned int | avcodec_pix_fmt_to_codec_tag (enum AVPixelFormat fmt) | 
| Return a value representing the fourCC code associated to the pixel format pix_fmt, or 0 if no associated fourCC code can be found.  More... | |
Variables | |
| const PixelFormatTag | ff_raw_pix_fmt_tags [] | 
| const PixelFormatTag | avpriv_pix_fmt_bps_avi [] | 
| const PixelFormatTag | avpriv_pix_fmt_bps_mov [] | 
Raw Video Codec
Definition in file raw.c.
| const struct PixelFormatTag* avpriv_get_raw_pix_fmt_tags | ( | void | ) | 
Definition at line 300 of file raw.c.
Referenced by avformat_find_stream_info(), dshow_pixfmt(), and main().
| const PixelFormatTag ff_raw_pix_fmt_tags[] | 
Definition at line 31 of file raw.c.
Referenced by avcodec_pix_fmt_to_codec_tag(), avpriv_get_raw_pix_fmt_tags(), and raw_init_decoder().
| const PixelFormatTag avpriv_pix_fmt_bps_avi[] | 
Definition at line 316 of file raw.c.
Referenced by avi_write_header(), and raw_init_decoder().
| const PixelFormatTag avpriv_pix_fmt_bps_mov[] | 
Definition at line 329 of file raw.c.
Referenced by mov_get_rawvideo_codec_tag(), and raw_init_decoder().
 1.8.17