Mercurial > libavformat.hg
diff avformat.h @ 159:7d698c3213a0 libavformat
tv standard selection support for dv1394 and grab (v4l)
| author | al3x |
|---|---|
| date | Wed, 25 Jun 2003 10:21:45 +0000 |
| parents | ec4d9190d3b1 |
| children | 470456bd0065 |
line wrap: on
line diff
--- a/avformat.h Fri Jun 20 18:21:58 2003 +0000 +++ b/avformat.h Wed Jun 25 10:21:45 2003 +0000 @@ -86,6 +86,7 @@ struct AVImageFormat *image_format; int channel; /* used to select dv channel */ const char *device; /* video4linux, audio or DV device */ + const char *standard; /* tv standard, NTSC, PAL, SECAM */ } AVFormatParameters; #define AVFMT_NOFILE 0x0001 /* no file should be opened */
