Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp977 AVPacket txt_pkt = { 0 }; in VideoInputFrameArrived() local
1036 txt_pkt.pts = pkt.pts; in VideoInputFrameArrived()
1037 txt_pkt.dts = pkt.dts; in VideoInputFrameArrived()
1038 txt_pkt.stream_index = ctx->teletext_st->index; in VideoInputFrameArrived()
1039 txt_pkt.data = txt_buf0; in VideoInputFrameArrived()
1040 txt_pkt.size = txt_buf - txt_buf0; in VideoInputFrameArrived()
1041 if (avpacket_queue_put(&ctx->queue, &txt_pkt) < 0) { in VideoInputFrameArrived()

Completed in 3 milliseconds