From 1d3ea0ef5b5919f3536675fb417c17f2d7f35d40 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Mon, 6 Jan 2020 02:39:40 +0000 Subject: Initial commit An example of using the ffmpeg-libs C API to transcode audio into WAVE. Signed-off-by: Andrew Clayton --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..45ec515 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.c diff=cpp +*.h diff=cpp -- cgit