]> git.sesse.net Git - ffmpeg/commit
mpeg12: fix the semantics of the int* parameter of decode()
authorAnton Khirnov <anton@khirnov.net>
Sat, 29 Sep 2012 11:50:44 +0000 (13:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Sat, 29 Sep 2012 17:18:39 +0000 (19:18 +0200)
commit0f583d20d5ddcab34d8af76a597d5d6f1f19fece
treedcbd3cb6e155c56250cb72e84a845e356344824f
parentd9a2e87b1ce44cce23801e7ec6810f8bf994fa23
mpeg12: fix the semantics of the int* parameter of decode()

It is got_output, not data_size.
libavcodec/mpeg12.c