]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/lvfdec.c
doc/libavcodec: apply misc minor typo fixes
[ffmpeg] / libavformat / lvfdec.c
index 7aac6ef44a3feaab128791697e6fece939267cdf..08a089135e323252f59e3306f0da513065544ee0 100644 (file)
@@ -131,7 +131,7 @@ static int lvf_read_packet(AVFormatContext *s, AVPacket *pkt)
         }
 
         if (ret < 0)
-              return ret;
+            return ret;
     }
 
     return AVERROR_EOF;