]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wtvdec.c
avformat/msf: Also check the codec tag in probing
[ffmpeg] / libavformat / wtvdec.c
index 71deaf0aa6cfa6011082aea426bfac95abcfa908..16f1ef7b9ce643d8f5e90268c7cbecd522532dd1 100644 (file)
@@ -44,9 +44,7 @@
 #define LEN_PRETTY_GUID 34
 
 /*
- *
  * File system routines
- *
  */
 
 typedef struct WtvFile {
@@ -311,9 +309,7 @@ static void wtvfile_close(AVIOContext *pb)
 }
 
 /*
- *
  * Main demuxer
- *
  */
 
 typedef struct WtvStream {