| 
    FFmpeg
    
   | 
 
#include <string.h>#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "bsf.h"#include "bsf_internal.h"#include "bytestream.h"#include "defs.h"#include "hevc.h"Go to the source code of this file.
Data Structures | |
| struct | HEVCBSFContext | 
Macros | |
| #define | MIN_HEVCC_LENGTH 23 | 
Functions | |
| static int | hevc_extradata_to_annexb (AVBSFContext *ctx) | 
| static int | hevc_mp4toannexb_init (AVBSFContext *ctx) | 
| static int | hevc_mp4toannexb_filter (AVBSFContext *ctx, AVPacket *out) | 
Variables | |
| static enum AVCodecID | codec_ids [] | 
| const FFBitStreamFilter | ff_hevc_mp4toannexb_bsf | 
| #define MIN_HEVCC_LENGTH 23 | 
Definition at line 33 of file hevc_mp4toannexb_bsf.c.
      
  | 
  static | 
Definition at line 40 of file hevc_mp4toannexb_bsf.c.
Referenced by hevc_mp4toannexb_init().
      
  | 
  static | 
Definition at line 98 of file hevc_mp4toannexb_bsf.c.
      
  | 
  static | 
Definition at line 119 of file hevc_mp4toannexb_bsf.c.
      
  | 
  static | 
Definition at line 194 of file hevc_mp4toannexb_bsf.c.
| const FFBitStreamFilter ff_hevc_mp4toannexb_bsf | 
Definition at line 198 of file hevc_mp4toannexb_bsf.c.
 1.8.17