FFmpeg
|
contains a single encoded frame returned from Dirac or Schroedinger More...
#include <libschroedinger.h>
Data Fields | |
uint8_t * | p_encbuf |
encoded frame data | |
uint32_t | size |
encoded frame size | |
uint32_t | frame_num |
encoded frame number. | |
uint16_t | key_frame |
key frame flag. | |
contains a single encoded frame returned from Dirac or Schroedinger
Definition at line 44 of file libschroedinger.h.
uint8_t* FFSchroEncodedFrame::p_encbuf |
encoded frame data
Definition at line 46 of file libschroedinger.h.
Referenced by libschroedinger_encode_frame(), and libschroedinger_free_frame().
uint32_t FFSchroEncodedFrame::size |
encoded frame size
Definition at line 49 of file libschroedinger.h.
Referenced by libschroedinger_encode_frame().
uint32_t FFSchroEncodedFrame::frame_num |
encoded frame number.
Will be used as pts
Definition at line 52 of file libschroedinger.h.
Referenced by libschroedinger_encode_frame().
uint16_t FFSchroEncodedFrame::key_frame |
key frame flag.
1 : is key frame , 0 : in not key frame
Definition at line 55 of file libschroedinger.h.
Referenced by libschroedinger_encode_frame().