diff mbox series

[FFmpeg-devel,1/3] lavc/libuavs3d: fix incorrect comments

Message ID 20220502033630.70383-1-mypopydev@gmail.com
State Accepted
Commit 072a0daf5d99b92f833cc4e2807bc69eff2d338f
Headers show
Series [FFmpeg-devel,1/3] lavc/libuavs3d: fix incorrect comments | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Jun Zhao May 2, 2022, 3:36 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

fix incorrect comments

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 libavcodec/libuavs3d.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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>