diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-01-24 10:33:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-01-24 10:33:14 +0000 |
commit | 4f59b684a6470d4dc337cc7abca662347039c8c6 (patch) | |
tree | 4b6e2c7e6d7a3107303d7f20fbcbf15bf253c7b4 /libavcodec/avcodec.h | |
parent | 12943a53b59994d88ec69a6759adc1fa13312870 (diff) | |
download | ffmpeg-4f59b684a6470d4dc337cc7abca662347039c8c6.tar.gz |
Remove all stray tabs and trailing whitespace, this time for good.
Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 532e37565d..b2edefad2b 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1982,7 +1982,7 @@ typedef struct AVCodecContext { * - decoding: unused */ int directpred; - + /** * audio cutoff bandwidth (0 means "automatic") . Currently used only by FAAC * - encoding: set by user. |