Mercurial > libavformat.hg
diff movenc.c @ 2164:3804e39efbfd libavformat
misc spelling fixes
| author | diego |
|---|---|
| date | Tue, 12 Jun 2007 09:29:25 +0000 |
| parents | d5e89ef58c3b |
| children | eac986610f47 |
line wrap: on
line diff
--- a/movenc.c Tue Jun 12 08:06:54 2007 +0000 +++ b/movenc.c Tue Jun 12 09:29:25 2007 +0000 @@ -1182,7 +1182,7 @@ /* iTunes meta data */ mov_write_meta_tag(pb, mov, s); - if(mov->mode == MODE_MOV){ // the title field breaks gtkpod with mp4 and my suspicion is that stuff isnt valid in mp4 + if(mov->mode == MODE_MOV){ // the title field breaks gtkpod with mp4 and my suspicion is that stuff is not valid in mp4 /* Requirements */ for (i=0; i<mov->nb_streams; i++) { if(mov->tracks[i].entry <= 0) continue;
