# HG changeset patch # User aurel # Date 1192743033 0 # Node ID 7c3869c40295881f69421bc6f2fa4ba08000d41b # Parent 81e681e8416c421bb91bc0aa1a701eb132723a20 fix comment diff -r 81e681e8416c -r 7c3869c40295 electronicarts.c --- a/electronicarts.c Thu Oct 18 21:03:10 2007 +0000 +++ b/electronicarts.c Thu Oct 18 21:30:33 2007 +0000 @@ -71,8 +71,8 @@ } /* - * Process WVE file header - * Returns 1 if the WVE file is valid and successfully opened, 0 otherwise + * Process EA file header + * Returns 1 if the EA file is valid and successfully opened, 0 otherwise */ static int process_ea_header(AVFormatContext *s) { int inHeader = 1;