aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2024-03-22 21:37:20 +0100
committerAnton Khirnov <anton@khirnov.net>2024-03-29 09:01:54 +0100
commit1d843ae6c7b0cc8dcf4e95068c942f86fa5b1a82 (patch)
treedc17fd54034e693a52c40d22014d9297a1df578a /libavcodec
parent24b9f29ff2e0b84ae1345f51cbf7240e079d7a2b (diff)
downloadffmpeg-1d843ae6c7b0cc8dcf4e95068c942f86fa5b1a82.tar.gz
lavc: rename avpacket.c to packet.c
For consistency with its API header packet.h.
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile2
-rw-r--r--libavcodec/packet.c (renamed from libavcodec/avpacket.c)0
2 files changed, 1 insertions, 1 deletions
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
index e118bbaad1..e118bbaad1 100644
--- a/libavcodec/avpacket.c
+++ b/libavcodec/packet.c