#include "avformat.h"#include "internal.h"#include "rso.h"Go to the source code of this file.
Variables | |
| const AVCodecTag | ff_codec_rso_tags [] | 
| const AVCodecTag ff_codec_rso_tags[] | 
Initial value:
 {
    { CODEC_ID_PCM_U8,          0x0100 },
    { CODEC_ID_ADPCM_IMA_WAV,   0x0101 },
    { CODEC_ID_NONE, 0 },
}
Definition at line 26 of file rso.c.
Referenced by rso_read_header().
 1.5.8