raw.c File Reference

Raw Video Codec. More...

#include "avcodec.h"
#include "raw.h"

Go to the source code of this file.

Functions

unsigned int avcodec_pix_fmt_to_codec_tag (enum PixelFormat 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.

Variables

const PixelFormatTag ff_raw_pix_fmt_tags []

Detailed Description

Raw Video Codec.

Definition in file raw.c.

Function Documentation

unsigned int avcodec_pix_fmt_to_codec_tag ( enum PixelFormat  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.

Definition at line 150 of file raw.c.

Referenced by raw_init_encoder(), and v4l2_read_header().

Variable Documentation

const PixelFormatTag ff_raw_pix_fmt_tags[]

Definition at line 30 of file raw.c.

Referenced by avcodec_pix_fmt_to_codec_tag(), and raw_init_decoder().