some more context fixes

This commit is contained in:
markt
2000-11-01 18:25:11 +00:00
parent 90d8eed82d
commit 15fffd1e79
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@
don't change the spacing, indentation, curly braces, etc,
in routines you did not write.
* If you want to make a change which effects many many functions,
please check with the maintainer first.
* Respect the indentation of the author of the original function.
If the indentation is not consistent, use 4.
+1 -1
View File
@@ -392,7 +392,7 @@ char *mp3buf, int mp3buf_size)
/* write the frame to the bitstream */
getframebits(gfc, &bitsPerFrame, &mean_bits);
format_bitstream( gfc, bitsPerFrame, l3_enc, scalefac);
format_bitstream( gfp, bitsPerFrame, l3_enc, scalefac);
/* copy mp3 bit buffer into array */
mp3count = copy_buffer(mp3buf,mp3buf_size,&gfc->bs);