Resolves some lint errors

And also fixes some style consistency issues.

Change-Id: I3dc6d44e17d2d6075dc9b02c4255a7395046c5e0
This commit is contained in:
Deb Mukherjee
2014-10-13 14:27:53 -07:00
parent 29771770c1
commit a349ee3bf5
6 changed files with 226 additions and 236 deletions

View File

@@ -178,7 +178,7 @@ int main(int argc, char **argv) {
}
// Flush encoder.
while (encode_frame(&codec, NULL, -1, writer)) {};
while (encode_frame(&codec, NULL, -1, writer)) {}
printf("\n");
fclose(infile);