Home
last modified time | relevance | path

Searched refs:H264SEIRecoveryPoint (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_sei.h117 typedef struct H264SEIRecoveryPoint { struct
126 } H264SEIRecoveryPoint; argument
173 H264SEIRecoveryPoint recovery_point;
Dh264_sei.c280 static int decode_recovery_point(H264SEIRecoveryPoint *h, GetBitContext *gb, void *logctx) in decode_recovery_point()