diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2022-05-02 09:37:49 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2022-05-08 10:38:45 +0800 |
commit | 072a0daf5d99b92f833cc4e2807bc69eff2d338f (patch) | |
tree | 71c38aaa8ed677d7af11849821aac472ab77ba7f | |
parent | f1c19867d72a14699277175101b2bcf1e333af88 (diff) | |
download | ffmpeg-072a0daf5d99b92f833cc4e2807bc69eff2d338f.tar.gz |
lavc/libuavs3d: fix incorrect comments
fix incorrect comments
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
-rw-r--r-- | libavcodec/libuavs3d.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libuavs3d.c b/libavcodec/libuavs3d.c index 48333f17d1..6966e00b62 100644 --- a/libavcodec/libuavs3d.c +++ b/libavcodec/libuavs3d.c @@ -1,5 +1,5 @@ /* - * RAW AVS3-P2/IEEE1857.10 video demuxer + * AVS3-P2/IEEE1857.10 video decoder (using the uavs3d library) * Copyright (c) 2020 Zhenyu Wang <wangzhenyu@pkusz.edu.cn> * Bingjie Han <hanbj@pkusz.edu.cn> * Huiwen Ren <hwrenx@gmail.com> |