about summary refs log tree commit diff
path: root/converter/other/fiasco/codec/decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'converter/other/fiasco/codec/decoder.c')
-rw-r--r--converter/other/fiasco/codec/decoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/fiasco/codec/decoder.c b/converter/other/fiasco/codec/decoder.c
index c3982617..77d5340f 100644
--- a/converter/other/fiasco/codec/decoder.c
+++ b/converter/other/fiasco/codec/decoder.c
@@ -223,7 +223,7 @@ get_next_frame (bool_t store_wfa, int enlarge_factor,
 		      "reference frame is given.",
 		      video->wfa->frame_type == B_FRAME ? 'B' : 'P');
 
-	    video->frame  = read_image (reference_frame);
+	    video->frame  = read_image_file (reference_frame);
 	    video->sframe = NULL;
 	 }