#include <stdlib.h>#include "libavutil/bswap.h"#include "libavutil/avstring.h"#include "libavcodec/bitstream.h"#include "libavcodec/bytestream.h"#include "avformat.h"#include "oggdec.h"Go to the source code of this file.
Functions | |
| static int | speex_header (AVFormatContext *s, int idx) | 
Variables | |
| struct ogg_codec | ff_speex_codec | 
| static int speex_header | ( | AVFormatContext * | s, | |
| int | idx | |||
| ) |  [static] | 
        
Definition at line 33 of file oggparsespeex.c.
| struct ogg_codec ff_speex_codec | 
Initial value:
 {
    .magic = "Speex   ",
    .magicsize = 8,
    .header = speex_header
}
Definition at line 57 of file oggparsespeex.c.
 1.5.8