Beispiel #1
0
static void vdadec_flush(AVCodecContext *avctx)
{
    set_context(avctx);
    ff_h264_decoder.flush(avctx);
    restore_context(avctx);
}
Beispiel #2
0
static void vdadec_flush(AVCodecContext *avctx)
{
  return ff_h264_decoder.flush(avctx);
}