ffmpeg | branch: master | Jun Zhao <[email protected]> | Mon May 2 09:37:49 2022 +0800| [072a0daf5d99b92f833cc4e2807bc69eff2d338f] | committer: Jun Zhao
lavc/libuavs3d: fix incorrect comments fix incorrect comments Signed-off-by: Jun Zhao <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=072a0daf5d99b92f833cc4e2807bc69eff2d338f --- libavcodec/libuavs3d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <[email protected]> * Bingjie Han <[email protected]> * Huiwen Ren <[email protected]> _______________________________________________ ffmpeg-cvslog mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
