| FFmpeg
    | 
contains a single encoded frame returned from Dirac or Schroedinger More...
#include <libschroedinger.h>
| Data Fields | |
| uint8_t * | p_encbuf | 
| encoded frame data  More... | |
| uint32_t | size | 
| encoded frame size  More... | |
| uint32_t | frame_num | 
| encoded frame number.  More... | |
| uint16_t | key_frame | 
| key frame flag.  More... | |
Detailed Description
contains a single encoded frame returned from Dirac or Schroedinger
Definition at line 44 of file libschroedinger.h.
Field Documentation
| 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().
| 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().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11