You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
av1dec: fix comment typo
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
committed by
Ronald S. Bultje
parent
fb5e9dbc90
commit
40984af0c5
@@ -194,7 +194,7 @@ static uint8_t get_shear_params_valid(AV1DecContext *s, int idx)
|
||||
}
|
||||
|
||||
/**
|
||||
* update gm type/params, since cbs already implemented part of this funcation,
|
||||
* update gm type/params, since cbs already implemented part of this function,
|
||||
* so we don't need to full implement spec.
|
||||
*/
|
||||
static void global_motion_params(AV1DecContext *s)
|
||||
|
Reference in New Issue
Block a user