An mpeg 1/2/2.5 audio layer 1,2,3 frame level editor. Allows for cutting, copying, pasting of individual frames, correction of common (correctable) errors, removal of bad frames and more. Quite useful program for maintaining any mp3 collection. Provided by Rui-Xiang Guo <rxg@netbsd.org> in pkg/16530
12 lines
258 B
Text
12 lines
258 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/04/28 16:51:05 zuntum Exp $
|
|
|
|
--- src/utils.c.orig Sat Aug 18 04:44:09 2001
|
|
+++ src/utils.c
|
|
@@ -25,6 +25,7 @@
|
|
#include "utils.h"
|
|
#include <unistd.h>
|
|
#include <stdio.h>
|
|
+#include <errno.h>
|
|
|
|
/*
|
|
* tmalloc: mallocs cleanly
|