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