lavc: rename avpacket.c to packet.c

For consistency with its API header packet.h.
This commit is contained in:
Anton Khirnov 2024-03-22 21:37:20 +01:00
parent 24b9f29ff2
commit 1d843ae6c7
2 changed files with 1 additions and 1 deletions

View File

@ -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 \