OSDN Git Service

[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 9 Sep 2006 11:28:02 +0000 (11:28 +0000)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 9 Sep 2006 11:28:02 +0000 (11:28 +0000)
commit6cf6d0ec1a55d7b72530f546ad4e5c5ffa974448
tree8a26bbab24f56dbcd61159171d85a8a8e73f9bf0
parentd1d28ddf993e4935cf040724b6992c0e9c7a0c96
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()
as it's always true and reindent code inside by the way.

Originally committed as revision 6209 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vc1.c