diff mbox series

[FFmpeg-devel,09/12] Rearranged files, all tests are passing!

Message ID 20220503161328.842587-10-traian.coza@gmail.com
State New
Headers show
Series I added text to bitmap subtitle conversion functionality! | expand

Checks

Context Check Description
yinshiyou/commit_msg_loongarch64 warning The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ".
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 fail Make fate failed
andriy/commit_msg_x86 warning The first line of the commit message must start with a context terminated by a colon and a space, for example "lavu/opt: " or "doc: ".
andriy/make_x86 success Make finished
andriy/make_fate_x86 fail Make fate failed

Commit Message

Traian Coza May 3, 2022, 4:13 p.m. UTC
---
 {libavcodec => fftools}/text_to_bitmap.c | 0
 {libavcodec => fftools}/text_to_bitmap.h | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename {libavcodec => fftools}/text_to_bitmap.c (100%)
 rename {libavcodec => fftools}/text_to_bitmap.h (100%)
diff mbox series

Patch

diff --git a/libavcodec/text_to_bitmap.c b/fftools/text_to_bitmap.c
similarity index 100%
rename from libavcodec/text_to_bitmap.c
rename to fftools/text_to_bitmap.c
diff --git a/libavcodec/text_to_bitmap.h b/fftools/text_to_bitmap.h
similarity index 100%
rename from libavcodec/text_to_bitmap.h
rename to fftools/text_to_bitmap.h