]> git.sesse.net Git - ffmpeg/commit
audiointerleave: deobfuscate a function call.
authorAnton Khirnov <anton@khirnov.net>
Wed, 31 Oct 2012 21:10:41 +0000 (22:10 +0100)
committerAnton Khirnov <anton@khirnov.net>
Fri, 2 Nov 2012 06:58:38 +0000 (07:58 +0100)
commitfdc867288697d8b052145e80911d2d338d7d02b7
tree4355a6ea8bb1b27bfaaf96f79a8267b3e9268b75
parent179a5c37e070f619f14289bdc0fa66a08219eed9
audiointerleave: deobfuscate a function call.

right above there is if (pkt) {<do stuff>; pkt = NULL}, so pkt is just a
fancy name for NULL at this point.
libavformat/audiointerleave.c