]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dvdec.c
get_bits: remove unused assignment
[ffmpeg] / libavcodec / dvdec.c
index 96534b624b0f132b0eac3cee7ef5973d2595f024..fbd158f7d28e6a4cac70c417b2b78365b05e36d7 100644 (file)
@@ -349,7 +349,7 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
     DVVideoContext *s = avctx->priv_data;
     const uint8_t* vsc_pack;
     int apt, is16_9, ret;
-    const DVprofile *sys;
+    const AVDVProfile *sys;
 
     sys = avpriv_dv_frame_profile2(avctx, s->sys, buf, buf_size);
     if (!sys || buf_size < sys->frame_size) {