Browse Source

lvfdec: cosmetics: fix identation

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n1.1
Paul B Mahol 13 years ago
parent
commit
43f662d9bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/lvfdec.c

+ 1
- 1
libavformat/lvfdec.c View File

@@ -131,7 +131,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
}

if (ret < 0)
return ret;
return ret;
}

return AVERROR_EOF;


Loading…
Cancel
Save