Home
last modified time | relevance | path

Searched refs:AV_PKT_FLAG_TRUSTED (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwrapped_avframe.c85 if (!(pkt->flags & AV_PKT_FLAG_TRUSTED)) { in wrapped_avframe_decode()
Dpacket.h424 #define AV_PKT_FLAG_TRUSTED 0x0008 macro
/third_party/ffmpeg/libavformat/
Dvapoursynth.c448 pkt->flags |= AV_PKT_FLAG_TRUSTED; in read_packet_vs()
/third_party/ffmpeg/libavdevice/
Dkmsgrab.c353 pkt->flags |= AV_PKT_FLAG_TRUSTED; in kmsgrab_read_packet()
/third_party/ffmpeg/doc/
DAPIchanges497 Add AV_PKT_FLAG_TRUSTED.