Commit 6a7ac9cd authored by kostya's avatar kostya

reindent after last commit and remove unneeded empty line

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19885 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6a551c21
...@@ -90,7 +90,6 @@ static int mpc8_probe(AVProbeData *p) ...@@ -90,7 +90,6 @@ static int mpc8_probe(AVProbeData *p)
if (bs + size - 2 >= bs_end) if (bs + size - 2 >= bs_end)
return AVPROBE_SCORE_MAX / 4 - 1; //seems to be valid MPC but no header yet return AVPROBE_SCORE_MAX / 4 - 1; //seems to be valid MPC but no header yet
if (header_found) { if (header_found) {
if (size < 11 || size > 28) if (size < 11 || size > 28)
return 0; return 0;
if (!AV_RL32(bs)) //zero CRC is invalid if (!AV_RL32(bs)) //zero CRC is invalid
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment