diff options
Diffstat (limited to 'video/decode/lavc.h')
-rw-r--r-- | video/decode/lavc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/video/decode/lavc.h b/video/decode/lavc.h index e9174302b9..9ef74668d8 100644 --- a/video/decode/lavc.h +++ b/video/decode/lavc.h @@ -19,7 +19,6 @@ typedef struct lavc_ctx { struct vd_lavc_hwdec *hwdec; AVRational codec_timebase; enum AVPixelFormat pix_fmt; - int best_csp; enum AVDiscard skip_frame; bool flushing; const char *decoder; |