Skip to content

Commit 13c7d66

Browse files
committed
fftools: Properly fix linking with libbluray.
1 parent 92e4579 commit 13c7d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fftools/ffmpeg_dec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1659,7 +1659,7 @@ int dec_open(Decoder **pdec, Scheduler *sch,
16591659

16601660
multiview_check_manual(dp, *dec_opts);
16611661

1662-
ret = dec_open(dp, dec_opts, o, param_out);
1662+
ret = dec_open2(dp, dec_opts, o, param_out);
16631663
if (ret < 0)
16641664
goto fail;
16651665

0 commit comments

Comments
 (0)