OSDN Git Service

aacps: invert the order of parameters of ipdopd_reset()
authorVittorio Giovara <vittorio.giovara@gmail.com>
Wed, 17 Dec 2014 14:19:40 +0000 (15:19 +0100)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Thu, 18 Dec 2014 22:27:14 +0000 (23:27 +0100)
commit16c7a8a142277aa3c98b4802ee57daaebe6999e5
tree33541e4039fda741875b3c50e5bc56ca7ab55c6b
parent76ccf114a6c107218e2a1948afc1d0fb3ac7ba0b
aacps: invert the order of parameters of ipdopd_reset()

This is the order that the caller uses in the rest of the file. The
same operation is applied to both parameters, so this change is only
done for consistency, it doesn't change the actual behaviour.

Bug-Id: CID 732285 / CID 732286
libavcodec/aacps.c