summaryrefslogtreecommitdiff
path: root/apps/codecs/libcook/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libcook/main.c')
-rw-r--r--apps/codecs/libcook/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libcook/main.c b/apps/codecs/libcook/main.c
index 8b180b249d..3c671e0c3f 100644
--- a/apps/codecs/libcook/main.c
+++ b/apps/codecs/libcook/main.c
@@ -23,6 +23,7 @@
23#include <sys/stat.h> 23#include <sys/stat.h>
24#include <fcntl.h> 24#include <fcntl.h>
25#include <unistd.h> 25#include <unistd.h>
26#include <string.h>
26 27
27#include "rm2wav.h" 28#include "rm2wav.h"
28#include "cook.h" 29#include "cook.h"
@@ -111,8 +112,7 @@ int main(int argc, char *argv[])
111 } 112 }
112 packet_count -= rmctx.audio_pkt_cnt; 113 packet_count -= rmctx.audio_pkt_cnt;
113 rmctx.audio_pkt_cnt = 0; 114 rmctx.audio_pkt_cnt = 0;
114 } 115 }
115 cook_decode_close(&q);
116 close_wav(fd_dec,&rmctx); 116 close_wav(fd_dec,&rmctx);
117 close(fd); 117 close(fd);
118 118