OSDN Git Service

ffplay: move assignment in else block in audio_decode_frame()
authorStefano Sabatini <stefasab@gmail.com>
Thu, 28 Jun 2012 21:48:49 +0000 (23:48 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 29 Jun 2012 21:15:45 +0000 (23:15 +0200)
commit347ecfdc63f939419ad6e66bc33f611c07ca9304
tree812c2e0367ef7a1ac6d0a6ee2f6a2c550c35305b
parent0d3ffde64fce055f552a74c703b8917f3f101be8
ffplay: move assignment in else block in audio_decode_frame()

Avoid confusing and pointless double assignment of variable
resampled_data_size.
ffplay.c