]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
mpeg12: Fix non-hwaccel VDPAU decode.
[ffmpeg] / ffmpeg.c
index 6c3994f0d4ec308c49a1cff19e702db44d2387c6..cecd7635844d4fb158646a0ecccf29cd48d4bda1 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -3212,6 +3212,7 @@ static int transcode(void)
                 av_freep(&ost->st->codec->subtitle_header);
                 av_free(ost->forced_kf_pts);
                 av_dict_free(&ost->opts);
+                av_dict_free(&ost->resample_opts);
             }
         }
     }