| 
    FFmpeg
    
   | 
 
#include "libavutil/channel_layout.h"#include "libavutil/reverse.h"#include "avcodec.h"#include "codec_internal.h"#include "encode.h"#include "mathops.h"#include "put_bits.h"Go to the source code of this file.
Data Structures | |
| struct | S302MEncContext | 
Macros | |
| #define | AES3_HEADER_LEN 4 | 
Functions | |
| static av_cold int | s302m_encode_init (AVCodecContext *avctx) | 
| static int | s302m_encode2_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) | 
Variables | |
| const FFCodec | ff_s302m_encoder | 
| #define AES3_HEADER_LEN 4 | 
Definition at line 31 of file s302menc.c.
      
  | 
  static | 
Definition at line 37 of file s302menc.c.
      
  | 
  static | 
Definition at line 72 of file s302menc.c.
| const FFCodec ff_s302m_encoder | 
Definition at line 173 of file s302menc.c.
 1.8.17