add MatN appimage build and get rid of some compile warnings
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / ffmpeg.C
index 402ccf918dadf50a290a89fdafa7348db26cec3c..df39763c3e30033db7c0d640d96d2d22a0c745f2 100644 (file)
@@ -1222,8 +1222,7 @@ int FFVideoStream::probe(int64_t pos)
                return -1;
        }
                
                return -1;
        }
                
-       if (ffmpeg->interlace_from_codec)
-               return 1;
+       if (ffmpeg->interlace_from_codec) return 1;
 
                ret = read_frame(frame);
                if( ret > 0 ) {
 
                ret = read_frame(frame);
                if( ret > 0 ) {