1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

doxygen: fix wrong comment syntax, //< vs. ///<

This commit is contained in:
Diego Biurrun
2011-08-05 13:15:04 +02:00
parent 0138a8dead
commit 0249478756
13 changed files with 35 additions and 35 deletions

View File

@@ -3306,7 +3306,7 @@ static void update_last_header_values(SnowContext *s){
static int qscale2qlog(int qscale){
return rint(QROOT*log(qscale / (float)FF_QP2LAMBDA)/log(2))
+ 61*QROOT/8; //<64 >60
+ 61*QROOT/8; ///< 64 > 60
}
static int ratecontrol_1pass(SnowContext *s, AVFrame *pict)