| 
    FFmpeg
    
   | 
 
Go to the source code of this file.
Data Structures | |
| struct | MOVIentry | 
| struct | HintSample | 
| struct | HintSampleQueue | 
| struct | MOVFragmentInfo | 
| struct | MOVTrack | 
| struct | MOVMuxContext | 
Enumerations | |
| enum | MOVEncryptionScheme { MOV_ENC_NONE = 0, MOV_ENC_CENC_AES_CTR } | 
| enum | MOVPrftBox { MOV_PRFT_NONE = 0, MOV_PRFT_SRC_WALLCLOCK, MOV_PRFT_SRC_PTS, MOV_PRFT_NB } | 
Functions | |
| int | ff_mov_write_packet (AVFormatContext *s, AVPacket *pkt) | 
| int | ff_mov_init_hinting (AVFormatContext *s, int index, int src_index) | 
| int | ff_mov_add_hinted_packet (AVFormatContext *s, AVPacket *pkt, int track_index, int sample, uint8_t *sample_data, int sample_size) | 
| void | ff_mov_close_hinting (MOVTrack *track) | 
| enum MOVEncryptionScheme | 
| enum MOVPrftBox | 
| int ff_mov_write_packet | ( | AVFormatContext * | s, | 
| AVPacket * | pkt | ||
| ) | 
Definition at line 5656 of file movenc.c.
Referenced by ff_mov_add_hinted_packet(), mov_create_chapter_track(), mov_create_timecode_track(), and mov_write_single_packet().
| int ff_mov_init_hinting | ( | AVFormatContext * | s, | 
| int | index, | ||
| int | src_index | ||
| ) | 
Definition at line 29 of file movenchint.c.
Referenced by mov_write_header().
| int ff_mov_add_hinted_packet | ( | AVFormatContext * | s, | 
| AVPacket * | pkt, | ||
| int | track_index, | ||
| int | sample, | ||
| uint8_t * | sample_data, | ||
| int | sample_size | ||
| ) | 
Definition at line 400 of file movenchint.c.
Referenced by ff_mov_write_packet().
| void ff_mov_close_hinting | ( | MOVTrack * | track | ) | 
Definition at line 459 of file movenchint.c.
Referenced by mov_free().
 1.8.17