summaryrefslogtreecommitdiff
path: root/apps/codec_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codec_thread.c')
-rw-r--r--apps/codec_thread.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/codec_thread.c b/apps/codec_thread.c
index f2039d10e6..a1fa96d021 100644
--- a/apps/codec_thread.c
+++ b/apps/codec_thread.c
@@ -470,15 +470,7 @@ static void load_codec(const struct codec_load_info *ev_data)
470 /* Either not a valid handle or the buffer method failed */ 470 /* Either not a valid handle or the buffer method failed */
471 const char *codec_fn = get_codec_filename(data.afmt); 471 const char *codec_fn = get_codec_filename(data.afmt);
472 if (codec_fn) 472 if (codec_fn)
473 {
474#ifdef HAVE_IO_PRIORITY
475 buf_back_off_storage(true);
476#endif
477 status = codec_load_file(codec_fn, &ci); 473 status = codec_load_file(codec_fn, &ci);
478#ifdef HAVE_IO_PRIORITY
479 buf_back_off_storage(false);
480#endif
481 }
482 } 474 }
483 475
484 /* Types must agree */ 476 /* Types must agree */