• Andre Anjos's avatar
    doc/examples/muxing: Fixes frame initialization. · 23ffc4c7
    Andre Anjos authored
    Fixes use of the example with encoders which use tha AVFrame w/h/pix_fmt fields
    FFV1 is one of these codecs
    
    We cannot easily workaround the not set fields in common code because the API
    has AVFrame constant for the encoders.
    Alternatives would be to fix the API or to duplicate the struct and fill in
    missing fields. Or as is to require all user apps to set this correctly and
    maybe simplify for that case
    Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
    23ffc4c7
Name
Last commit
Last update
..
Makefile Loading commit data...
README Loading commit data...
decoding_encoding.c Loading commit data...
demuxing_decoding.c Loading commit data...
filtering_audio.c Loading commit data...
filtering_video.c Loading commit data...
metadata.c Loading commit data...
muxing.c Loading commit data...
resampling_audio.c Loading commit data...
scaling_video.c Loading commit data...
transcode_aac.c Loading commit data...