#include "avformat.h"Go to the source code of this file.
Functions | |
| int | ff_raw_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| int | ff_raw_read_partial_packet (AVFormatContext *s, AVPacket *pkt) |
| int | ff_raw_audio_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| int | ff_raw_video_read_header (AVFormatContext *s, AVFormatParameters *ap) |
| int ff_raw_audio_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |
| int ff_raw_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |
| int ff_raw_read_partial_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) |
| int ff_raw_video_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) |
1.5.6