--- libavcodec/text_to_bitmap.c | 9 ++++++--- libavcodec/text_to_bitmap.h | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/libavcodec/text_to_bitmap.c b/libavcodec/text_to_bitmap.c index 50c72afc55..273564cb67 100644 --- a/libavcodec/text_to_bitmap.c +++ b/libavcodec/text_to_bitmap.c @@ -1,6 +1,9 @@ -// -// Created by traian on 2022-05-02. -// +/** + * text to bitmap support code. + * + * This file contains a function to initiate the functionality for a stream, + * to render any AVSubtitle structure, and to free the structures allocated at the start + */ #include "text_to_bitmap.h" diff --git a/libavcodec/text_to_bitmap.h b/libavcodec/text_to_bitmap.h index 4cba5889f4..37d346ae0c 100644 --- a/libavcodec/text_to_bitmap.h +++ b/libavcodec/text_to_bitmap.h @@ -1,6 +1,6 @@ -// -// Created by traian on 2022-05-02. -// +/** + * text_to_bitmap header file + */ #ifndef FFMPEG_TEXT_TO_BITMAP_H #define FFMPEG_TEXT_TO_BITMAP_H -- 2.34.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".