mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 13:35:13 +00:00
40cf1bbacc
The rationale is that coded_frame was only used to communicate key_frame, pict_type and quality to the caller, as well as a few other random fields, in a non predictable, let alone consistent way. There was agreement that there was no use case for coded_frame, as it is a full-sized AVFrame container used for just 2-3 int-sized properties, which shouldn't even belong into the AVCodecContext in the first place. The appropriate AVPacket flag can be used instead of key_frame, while quality is exported with the new AVPacketSideData quality factor. There is no replacement for the other fields as they were unreliable, mishandled or just not used at all. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> |
||
---|---|---|
.. | ||
alldevices.c | ||
alsa_dec.c | ||
alsa_enc.c | ||
alsa.c | ||
alsa.h | ||
avdevice.c | ||
avdevice.h | ||
bktr.c | ||
dv1394.c | ||
dv1394.h | ||
fbdev.c | ||
file_open.c | ||
jack.c | ||
libavdevice.v | ||
libcdio.c | ||
libdc1394.c | ||
Makefile | ||
oss_dec.c | ||
oss_enc.c | ||
oss.c | ||
oss.h | ||
pulse.c | ||
sndio_dec.c | ||
sndio_enc.c | ||
sndio.c | ||
sndio.h | ||
timefilter.c | ||
timefilter.h | ||
v4l2.c | ||
version.h | ||
vfwcap.c | ||
x11grab.c | ||
xcbgrab.c |