#include "h264_stream.h"
#include <stdlib.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for h264_analyze.c:
Go to the source code of this file.
Defines | |
#define | BUFSIZE 8*1024*1024 |
Functions | |
int | main (int argc, char *argv[]) |
|
Definition at line 31 of file h264_analyze.c. Referenced by main(). |
|
Definition at line 35 of file h264_analyze.c. References BUFSIZE, debug_nal(), find_nal_unit(), h264_stream_t::nal, h264_stream_t::pps, read_nal_unit(), h264_stream_t::sh, and h264_stream_t::sps. Here is the call graph for this function: |