Skip to content

Commit

Permalink
add all the x20 jam from fpvue
Browse files Browse the repository at this point in the history
  • Loading branch information
Consti10 committed Apr 29, 2024
1 parent b86c649 commit 2a10829
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

// Video deocode demo using OpenMAX IL though the ilcient helper library

//#include "nalu/parse_x20_util.h"
//#include "time_util.h"
#include "time_util.h"
#include "nalu/parse_x20_util.h"

extern "C" {
#include <stdio.h>
Expand Down Expand Up @@ -83,6 +83,8 @@ static void psc_callback(void *userdata, COMPONENT_T *comp, OMX_U32 data) {
}
}

uint64_t first_frame_ms=0;
bool air_unit_discovery_finished= false;
static int video_decode_test(FILE* in,bool insert_eof) {
OMX_VIDEO_PARAM_PORTFORMATTYPE format;
OMX_TIME_CONFIG_CLOCKSTATETYPE cstate;
Expand Down

0 comments on commit 2a10829

Please sign in to comment.