summaryrefslogtreecommitdiff
path: root/libavcodec/libuavs3d.c
diff options
context:
space:
mode:
authorJun Zhao <barryjzhao@tencent.com>2022-05-02 09:37:49 +0800
committerJun Zhao <barryjzhao@tencent.com>2022-05-08 10:38:45 +0800
commit072a0daf5d99b92f833cc4e2807bc69eff2d338f (patch)
tree71c38aaa8ed677d7af11849821aac472ab77ba7f /libavcodec/libuavs3d.c
parentf1c19867d72a14699277175101b2bcf1e333af88 (diff)
downloadffmpeg-072a0daf5d99b92f833cc4e2807bc69eff2d338f.tar.gz
lavc/libuavs3d: fix incorrect comments
fix incorrect comments Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'libavcodec/libuavs3d.c')
-rw-r--r--libavcodec/libuavs3d.c2
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>