You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
192B

  1. #ifndef AVCODEC_OGGVORBIS_H
  2. #define AVCODEC_OGGVORBIS_H
  3. #include <vorbis/vorbisenc.h>
  4. #include "avcodec.h"
  5. int oggvorbis_init_encoder(vorbis_info *vi, AVCodecContext *avccontext) ;
  6. #endif