]> git.tuebingen.mpg.de Git - paraslash.git/commit - aac_afh.c
mp4: Replace mp4ff prefix by mp4.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 11 Aug 2021 16:31:55 +0000 (18:31 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 30 May 2022 19:37:35 +0000 (21:37 +0200)
commit30ce255fc5db519c06240951c1a36956ade789fc
treea86020beb12c6c11846212e1df1db5c9f182411a
parent3c093341c032adfe8b1113fe840170123358f86a
mp4: Replace mp4ff prefix by mp4.

The additional "ff" does not convey any useful information.

This patch was produced by running

sed -i 's/mp4ff/mp4/g' mp4.c mp4.h aac_afh.c

followed by

sed -i 's/MP4FF/MP4/g' aac_afh.c error.h

and the manual removal of the "ff" suffix in the error strings.
aac_afh.c
error.h
mp4.c
mp4.h