diff options
Diffstat (limited to 'libavcodec/dxva2_mpeg2.c')
-rw-r--r-- | libavcodec/dxva2_mpeg2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/dxva2_mpeg2.c b/libavcodec/dxva2_mpeg2.c index 951305d00f..e54eff09fb 100644 --- a/libavcodec/dxva2_mpeg2.c +++ b/libavcodec/dxva2_mpeg2.c @@ -270,4 +270,3 @@ AVHWAccel ff_mpeg2_dxva2_hwaccel = { .end_frame = end_frame, .priv_data_size = sizeof(struct dxva2_picture_context), }; - |