]> git.sesse.net Git - ffmpeg/commit
ulti: invert the order of parameters of ulti_decode_frame()
authorVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 18 Dec 2014 19:26:58 +0000 (20:26 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Tue, 6 Jan 2015 15:43:53 +0000 (16:43 +0100)
commited97963bdbf3bb17fca4f9ea0aa1a97722dec907
treed4d014d9f2bcae204cc4f496f31ee0e99a7b553e
parent4438c256387a5845e5cdc5c14c43f4047b68301b
ulti: invert the order of parameters of ulti_decode_frame()

This is the order that the caller uses in the rest of the file.
Variables are modified to reflect the order above too and their
initialization is merged with their declarationt. No behavioral
change.

Bug-Id: CID 732286
libavcodec/ulti.c