You've already forked FFmpeg
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user