FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFSchroEncodedFrame Struct Reference

contains a single encoded frame returned from Dirac or Schroedinger More...

#include <libschroedinger.h>

Data Fields

uint8_tp_encbuf
 encoded frame data
 
uint32_t size
 encoded frame size
 
uint32_t frame_num
 encoded frame number.
 
uint16_t key_frame
 key frame flag.
 

Detailed Description

contains a single encoded frame returned from Dirac or Schroedinger

Definition at line 44 of file libschroedinger.h.

Field Documentation

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().


The documentation for this struct was generated from the following file: