Browse Source

avcodec/cuvid: mark as avoid for probing

tags/n3.2
Timo Rothenpieler 8 years ago
parent
commit
dcea618976
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/cuvid.c

+ 1
- 1
libavcodec/cuvid.c View File

@@ -913,7 +913,7 @@ static const AVOption options[] = {
.send_packet = cuvid_decode_packet, \
.receive_frame = cuvid_output_frame, \
.flush = cuvid_flush, \
.capabilities = AV_CODEC_CAP_DELAY, \
.capabilities = AV_CODEC_CAP_DELAY | AV_CODEC_CAP_AVOID_PROBING, \
.pix_fmts = (const enum AVPixelFormat[]){ AV_PIX_FMT_CUDA, \
AV_PIX_FMT_NV12, \
AV_PIX_FMT_NONE }, \


Loading…
Cancel
Save