From d8dd47cd741e33c0366a81eab767bf119de2b752 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 28 Dec 2022 03:22:49 -0500 Subject: system/mediaextract: Fix README. Signed-off-by: B. Watson Signed-off-by: Willy Sudiarto Raharjo --- system/mediaextract/README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'system/mediaextract') diff --git a/system/mediaextract/README b/system/mediaextract/README index 964261c7a429..0452c5a62437 100644 --- a/system/mediaextract/README +++ b/system/mediaextract/README @@ -1,8 +1,8 @@ mediaextract (extract media files that are embedded in other files) -mediaextract extracts known media types such as RIFF, Ogg, etc, -from various 'resource' or 'archive' format files. files. It works -by looking for 'magic' byte sequences (like the file(1) command -does). A typical use case would be extracting resources from a -game. mediaextract does not support compression (zip/rar/7z/etc), so -uncompress the file first, if necessary. +mediaextract extracts known media types such as RIFF, Ogg, etc, from +various 'resource' or 'archive' format files. It works by looking for +'magic' byte sequences (like the file(1) command does). A typical use +case would be extracting resources from a game. mediaextract does not +support compression (zip/rar/7z/etc), so uncompress the file first, +if necessary. -- cgit v1.2.3