OSDN Git Service

rtpdec_h264: Remove a useless ifdef
authorMartin Storsjö <martin@martin.st>
Fri, 4 May 2012 20:53:10 +0000 (23:53 +0300)
committerMartin Storsjö <martin@martin.st>
Sat, 5 May 2012 00:10:25 +0000 (03:10 +0300)
commit44f99fe0f5e688833cb671efbaa0beb6b74c9389
tree54638dc1f10ecc27ebc7b302b0a6921d53d0c3c3
parent8d43b8b8e84495deeebc1f01a2035ba76ba24a7a
rtpdec_h264: Remove a useless ifdef

assert is a no-op if DEBUG isn't defined.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpdec_h264.c