annotate libvo/img_format.h @ 13249:a6642a4330fa

ensure that avi files have a valid header as soon as possible. without this, the header says 0x0 video size, which works with mplayer when the video size is stored in the codec data, but it does NOT work with other players or with codecs that don't store size (e.g. snow). actually i don't like having seeks in the muxer module, but i don't know any other way to implement this fix without major changes to mencoder. if you have a better fix, please reverse this and commit yours.
author rfelker
date Sun, 05 Sep 2004 16:51:15 +0000
parents 1972c3475d93
children e047e70a9767
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
408
b61c5c4484f8 - applied overlay patch by Jens H
atmosfear
parents:
diff changeset
1
5607
1972c3475d93 mp_image.h and img_format.h moved to libmpcodecs
arpi
parents: 3199
diff changeset
2 #include "../libmpcodecs/img_format.h"