#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | ogg_codec |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård. More... | |
struct | ogg_stream |
struct | ogg_state |
struct | ogg |
Defines | |
#define | OGG_FLAG_CONT 1 |
#define | OGG_FLAG_BOS 2 |
#define | OGG_FLAG_EOS 4 |
Functions | |
int | vorbis_comment (AVFormatContext *ms, uint8_t *buf, int size) |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård. | |
Variables | |
struct ogg_codec | ff_flac_codec |
struct ogg_codec | ff_ogm_audio_codec |
struct ogg_codec | ff_ogm_old_codec |
struct ogg_codec | ff_ogm_text_codec |
struct ogg_codec | ff_ogm_video_codec |
struct ogg_codec | ff_old_flac_codec |
struct ogg_codec | ff_speex_codec |
struct ogg_codec | ff_theora_codec |
struct ogg_codec | ff_vorbis_codec |
#define OGG_FLAG_CONT 1 |
int vorbis_comment | ( | AVFormatContext * | as, | |
uint8_t * | buf, | |||
int | size | |||
) |
Copyright (C) 2005 Michael Ahlberg, Måns Rullgård.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition at line 34 of file oggparsevorbis.c.
Referenced by flac_header(), theora_header(), and vorbis_header().
struct ogg_codec ff_flac_codec |
Definition at line 87 of file oggparseflac.c.
struct ogg_codec ff_ogm_audio_codec |
Definition at line 159 of file oggparseogm.c.
struct ogg_codec ff_ogm_old_codec |
Definition at line 173 of file oggparseogm.c.
struct ogg_codec ff_ogm_text_codec |
Definition at line 166 of file oggparseogm.c.
struct ogg_codec ff_ogm_video_codec |
Definition at line 152 of file oggparseogm.c.
struct ogg_codec ff_old_flac_codec |
Definition at line 93 of file oggparseflac.c.
struct ogg_codec ff_speex_codec |
Definition at line 57 of file oggparsespeex.c.
struct ogg_codec ff_theora_codec |
Definition at line 137 of file oggparsetheora.c.
struct ogg_codec ff_vorbis_codec |
Definition at line 220 of file oggparsevorbis.c.