#include <inttypes.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
 
Go to the source code of this file.
◆ HNM4_TAG
      
        
          | #define HNM4_TAG   MKTAG('H', 'N', 'M', '4') | 
        
      
 
Definition at line 29 of file hnm.c.
 
 
◆ HNM4_SAMPLE_RATE
      
        
          | #define HNM4_SAMPLE_RATE   22050 | 
        
      
 
Definition at line 31 of file hnm.c.
 
 
◆ HNM4_FRAME_FPS
      
        
          | #define HNM4_FRAME_FPS   24 | 
        
      
 
Definition at line 32 of file hnm.c.
 
 
◆ HNM4_CHUNK_ID_PL
      
        
          | #define HNM4_CHUNK_ID_PL   19536 | 
        
      
 
Definition at line 34 of file hnm.c.
 
 
◆ HNM4_CHUNK_ID_IZ
      
        
          | #define HNM4_CHUNK_ID_IZ   23113 | 
        
      
 
Definition at line 35 of file hnm.c.
 
 
◆ HNM4_CHUNK_ID_IU
      
        
          | #define HNM4_CHUNK_ID_IU   21833 | 
        
      
 
Definition at line 36 of file hnm.c.
 
 
◆ HNM4_CHUNK_ID_SD
      
        
          | #define HNM4_CHUNK_ID_SD   17491 | 
        
      
 
Definition at line 37 of file hnm.c.
 
 
◆ hnm_probe()
Definition at line 45 of file hnm.c.
 
 
◆ hnm_read_header()
Definition at line 58 of file hnm.c.
 
 
◆ hnm_read_packet()
◆ ff_hnm_demuxer
Initial value:
Definition at line 161 of file hnm.c.