]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bethsoftvid.c
tty: set avg_frame_rate.
[ffmpeg] / libavformat / bethsoftvid.c
index 3a102c0b72e3b9336066ebb6cdc2706b1a7ec380..f41ef52e7895abaa072d375f44cc92fd9ac5122f 100644 (file)
@@ -57,7 +57,7 @@ typedef struct BVID_DemuxContext
 
 static int vid_probe(AVProbeData *p)
 {
-    // little endian VID tag, file starts with "VID\0"
+    // little-endian VID tag, file starts with "VID\0"
     if (AV_RL32(p->buf) != MKTAG('V', 'I', 'D', 0))
         return 0;