| 
    FFmpeg
    
   | 
 
#include <twolame.h>#include "libavutil/common.h"#include "libavutil/opt.h"#include "avcodec.h"#include "internal.h"#include "mpegaudio.h"Go to the source code of this file.
Data Structures | |
| struct | TWOLAMEContext | 
Macros | |
| #define | OFFSET(x) offsetof(TWOLAMEContext, x) | 
| #define | AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Functions | |
| static av_cold int | twolame_encode_close (AVCodecContext *avctx) | 
| static av_cold int | twolame_encode_init (AVCodecContext *avctx) | 
| static int | twolame_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) | 
Variables | |
| static const AVOption | options [] | 
| static const AVClass | twolame_class | 
| static const AVCodecDefault | twolame_defaults [] | 
| static const int | twolame_samplerates [] | 
| AVCodec | ff_libtwolame_encoder | 
Interface to libtwolame for mp2 encoding.
Definition in file libtwolame.c.
| #define OFFSET | ( | x | ) | offsetof(TWOLAMEContext, x) | 
Definition at line 175 of file libtwolame.c.
| #define AE AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM | 
Definition at line 176 of file libtwolame.c.
      
  | 
  static | 
Definition at line 50 of file libtwolame.c.
Referenced by twolame_encode_init().
      
  | 
  static | 
Definition at line 57 of file libtwolame.c.
      
  | 
  static | 
Definition at line 107 of file libtwolame.c.
      
  | 
  static | 
Definition at line 177 of file libtwolame.c.
      
  | 
  static | 
Definition at line 193 of file libtwolame.c.
      
  | 
  static | 
Definition at line 200 of file libtwolame.c.
      
  | 
  static | 
Definition at line 205 of file libtwolame.c.
| AVCodec ff_libtwolame_encoder | 
Definition at line 209 of file libtwolame.c.
 1.8.17