| 
    FFmpeg
    
   | 
 
#include "libavutil/channel_layout.h"#include "avcodec.h"#include "bytestream.h"#include "codec_internal.h"#include "encode.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | BlurayPCMEncContext | 
Functions | |
| static av_cold int | pcm_bluray_encode_init (AVCodecContext *avctx) | 
| static int | pcm_bluray_encode_frame (AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) | 
Variables | |
| const FFCodec | ff_pcm_bluray_encoder | 
      
  | 
  static | 
Definition at line 32 of file pcm-blurayenc.c.
      
  | 
  static | 
Definition at line 108 of file pcm-blurayenc.c.
| const FFCodec ff_pcm_bluray_encoder | 
Definition at line 276 of file pcm-blurayenc.c.
 1.8.17