OSDN Git Service

Remove redundant assignment. err is assigned in every switch case anyway. Issue
authorRobert Swain <robert.swain@gmail.com>
Tue, 21 Apr 2009 12:29:36 +0000 (12:29 +0000)
committerRobert Swain <robert.swain@gmail.com>
Tue, 21 Apr 2009 12:29:36 +0000 (12:29 +0000)
commit7bbd2fb12657cbaf8862f0123ebce6e8c883fe37
treead2973a927f508b15426dee9c983f91292700f9f
parent223d996aaf9f1668c28519d3d7eb756e6cdf3fcf
Remove redundant assignment. err is assigned in every switch case anyway. Issue
found by CSA.

Originally committed as revision 18641 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aac.c