MPEG TS1 ffmpeg MPEG TS Read operation ffmpeg MPEG TS read함수 분석 *av_find_stream_info함수에서 오디오 비디오 데이터 읽는 과정에서 호출되는 함수 ( ffplay.c) [c] decode_thread(void *arg) av_open_input_file(...); av_read_frame_internal(ic, &pkt1); av_read_packet(s, &cur_pkt); s->iformat->read_packet(s, pkt); (mpegts_read_packet) ts->pkt = pkt; handle_packets(ts, 0); read_packet(s, packet, ts->raw_packet_size); handle_packet(ts,packet); [/c] * av_open_input_file(... 2011. 9. 29. 이전 1 다음