The understanding of AVPacket in FFmpeg?

when I read the introduction to AVPacket in the FFmpeg document, I saw this sentence:

For video, it should typically contain one compressed frame. For audio it may contain several compressed frames.
for video, it contains one compressed frame; for audio, it may contain multiple compressed frames.

AVPacket (compressed packet) is decoded into AVFrame (uncompressed packet) by the decoder.

question:
what is the relationship between AVPacket, AVFrame, Frame, and frames? How to understand the sentence in the document?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b325f0-2be00.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b325f0-2be00.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?