• Michael Niedermayer's avatar
    avformat/AVFormatContext: Move fields down to match the fork · f9d74312
    Michael Niedermayer authored
    avconv uses private and internal fields from libavformat, we thus must
    match the layout even of the fields marked non public.
    Otherwise ffmpegs libavformat could not be used as a dropin replacement
    on debian/ubuntu
    
    The current soname of libavformat was not part of any release nor are any
    fields marked public moved thus in theory
    no installed shared lib ABI breakage should occur. Still the need for this
    change is unfortunate and chilling.
    If you installed shared libs from a recent development version of libavformat
    that is more recent than the last release. You probably want to check or rebuild
    applications that linked to it.
    
    minor versions of avformat & avdevice are bumped to allow detecting this
    as both use the updated struct
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    f9d74312
Name
Last commit
Last update
..
Makefile Loading commit data...
alldevices.c Loading commit data...
alsa-audio-common.c Loading commit data...
alsa-audio-dec.c Loading commit data...
alsa-audio-enc.c Loading commit data...
alsa-audio.h Loading commit data...
avdevice.c Loading commit data...
avdevice.h Loading commit data...
bktr.c Loading commit data...
caca.c Loading commit data...
dshow.c Loading commit data...
dshow_capture.h Loading commit data...
dshow_common.c Loading commit data...
dshow_enummediatypes.c Loading commit data...
dshow_enumpins.c Loading commit data...
dshow_filter.c Loading commit data...
dshow_pin.c Loading commit data...
dv1394.c Loading commit data...
dv1394.h Loading commit data...
fbdev.c Loading commit data...
iec61883.c Loading commit data...
jack_audio.c Loading commit data...
lavfi.c Loading commit data...
libavdevice.v Loading commit data...
libcdio.c Loading commit data...
libdc1394.c Loading commit data...
openal-dec.c Loading commit data...
oss_audio.c Loading commit data...
pulse.c Loading commit data...
sdl.c Loading commit data...
sndio_common.c Loading commit data...
sndio_common.h Loading commit data...
sndio_dec.c Loading commit data...
sndio_enc.c Loading commit data...
timefilter.c Loading commit data...
timefilter.h Loading commit data...
v4l.c Loading commit data...
v4l2-common.c Loading commit data...
v4l2-common.h Loading commit data...
v4l2.c Loading commit data...
v4l2enc.c Loading commit data...
version.h Loading commit data...
vfwcap.c Loading commit data...
x11grab.c Loading commit data...
xv.c Loading commit data...