| 
    FFmpeg
    
   | 
 
#include "libavutil/parseutils.h"#include "avio_internal.h"#include "avformat.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | DHAVContext | 
| struct | DHAVStream | 
Functions | |
| static int | dhav_probe (const AVProbeData *p) | 
| static int | parse_ext (AVFormatContext *s, int length) | 
| static int | read_chunk (AVFormatContext *s) | 
| static void | get_timeinfo (unsigned date, struct tm *timeinfo) | 
| static int64_t | get_duration (AVFormatContext *s) | 
| static int | dhav_read_header (AVFormatContext *s) | 
| static int64_t | get_pts (AVFormatContext *s, int stream_index) | 
| static int | dhav_read_packet (AVFormatContext *s, AVPacket *pkt) | 
| static int | dhav_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags) | 
Variables | |
| static const uint32_t | sample_rates [] | 
| AVInputFormat | ff_dhav_demuxer | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 77 of file dhav.c.
Referenced by read_chunk().
      
  | 
  static | 
Definition at line 166 of file dhav.c.
Referenced by dhav_read_packet(), get_duration(), and mpjpeg_read_packet().
      
  | 
  static | 
Definition at line 220 of file dhav.c.
Referenced by get_duration(), and get_pts().
      
  | 
  static | 
Definition at line 239 of file dhav.c.
Referenced by dhav_read_header().
      
  | 
  static | 
      
  | 
  static | 
Definition at line 311 of file dhav.c.
Referenced by dhav_read_packet().
      
  | 
  static | 
      
  | 
  static | 
      
  | 
  static | 
Definition at line 71 of file dhav.c.
Referenced by parse_ext().
| AVInputFormat ff_dhav_demuxer | 
 1.8.17