Home
last modified time | relevance | path

Searched refs:VIDEO_PES_LENGTH (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dty.c34 #define VIDEO_PES_LENGTH 16 /* length of video PES header */ macro
408 if (rec_size >= VIDEO_PES_LENGTH + es_offset1) { in demux_video()
409 int size = rec_hdr->rec_size - VIDEO_PES_LENGTH - es_offset1; in demux_video()
411 ty->cur_chunk_pos += VIDEO_PES_LENGTH + es_offset1; in demux_video()

Completed in 2 milliseconds