]> git.sesse.net Git - ffmpeg/commit
a64multienc: Do not entangle coded_frame
authorVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 15 Jul 2015 17:41:10 +0000 (18:41 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 20 Jul 2015 13:12:48 +0000 (14:12 +0100)
commit91767360d86ac786571593ab11c7291010ab3829
treee4926e62ba9c00848689b798944216159e8eb852
parent95e2317ed85502dd8d96bcd9b12084dbfb8f9e8e
a64multienc: Do not entangle coded_frame

This change (and the following ones of the same kind) is mainly to
simplify wrapping this section with an #if FF_API block later on.

No functional changes are applied, the fields of the context coded_frame
fields are directly initialized, instead of keeping a reference to the
coded_frame itself.

Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
libavcodec/a64multienc.c