[FFmpeg-cvslog] lavc: rename avpacket.c to packet.c
Anton Khirnov
git at videolan.org
Fri Mar 29 10:05:27 EET 2024
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Mar 22 21:37:20 2024 +0100| [1d843ae6c7b0cc8dcf4e95068c942f86fa5b1a82] | committer: Anton Khirnov
lavc: rename avpacket.c to packet.c
For consistency with its API header packet.h.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d843ae6c7b0cc8dcf4e95068c942f86fa5b1a82
---
libavcodec/Makefile | 2 +-
libavcodec/{avpacket.c => packet.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 6eefeeae6e..eef936944d 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -32,7 +32,7 @@ OBJS = ac3_parser.o \
avcodec.o \
avdct.o \
avfft.o \
- avpacket.o \
+ packet.o \
bitstream.o \
bitstream_filters.o \
bsf.o \
diff --git a/libavcodec/avpacket.c b/libavcodec/packet.c
similarity index 100%
rename from libavcodec/avpacket.c
rename to libavcodec/packet.c
More information about the ffmpeg-cvslog
mailing list