Changeset 23ffc4c7 in ffmpeg

Timestamp:
Jan 9, 2014, 5:12:24 PM (11 years ago)
Author:
Michael Niedermayer <michaelni@gmx.at>
Branches:
master
Children:
b4f97d4a
Parents:
cab5315
git-author:
Andre Anjos <andre.anjos@idiap.ch> (10/29/13 10:28:26)
git-committer:
Michael Niedermayer <michaelni@gmx.at> (01/09/14 17:12:24)
Message:

doc/examples/muxing: Fixes frame initialization.

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: Michael Niedermayer <michaelni@gmx.at>

(No files)

Note: See TracChangeset for help on using the changeset viewer.