This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: fix typo in previous commit
Originally committed as revision 26210 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Justin Ruggles
15 years ago
parent
6fd96d1a85
commit
f1cbbb79bf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/ac3enc.c
+ 1
- 1
libavcodec/ac3enc.c
View File
@@ -139,7 +139,7 @@ typedef struct AC3EncodeContext {
} AC3EncodeContext;
/* prototypes for functions in ac3enc_fixed.c and ac3_float.c */
/* prototypes for functions in ac3enc_fixed.c and ac3
enc
_float.c */
static av_cold void mdct_end(AC3MDCTContext *mdct);
Write
Preview
Loading…
Cancel
Save