summaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorAndrew Clayton <andrew@digital-domain.net>2020-01-06 02:39:40 +0000
committerAndrew Clayton <andrew@digital-domain.net>2020-01-06 02:49:50 +0000
commit1d3ea0ef5b5919f3536675fb417c17f2d7f35d40 (patch)
tree89e26b931b8617a38423ee4c71aaab6763d1e3c1 /.gitattributes
downloadffmpeg-libs-audio-transcode-1d3ea0ef5b5919f3536675fb417c17f2d7f35d40.tar.gz
ffmpeg-libs-audio-transcode-1d3ea0ef5b5919f3536675fb417c17f2d7f35d40.tar.bz2
Initial commit
An example of using the ffmpeg-libs C API to transcode audio into WAVE. Signed-off-by: Andrew Clayton <andrew@digital-domain.net>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
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