For consistency with its API header packet.h.
---
libavcodec/Makefile | 2 +-
libavcodec/{avpacket.c => packet.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename libavcodec/{avpacket.c => packet.c} (100%)
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9ce6d445c1..36a4123fc9 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
--
2.43.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".