diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-06-20 15:51:24 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-06-20 15:51:24 +0000 |
commit | cad6f6cdee4f2fc5b7297074c384cbd27025eec2 (patch) | |
tree | 9eb218b0bfc50c7ad2f6478b14252a2e4ebf284a /libavformat/dv1394.h | |
parent | 377ea75708e05b8cb4285c15362ee0a262947e93 (diff) | |
download | ffmpeg-cad6f6cdee4f2fc5b7297074c384cbd27025eec2.tar.gz |
1000l
Originally committed as revision 1979 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/dv1394.h')
-rw-r--r-- | libavformat/dv1394.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libavformat/dv1394.h b/libavformat/dv1394.h index 1985bbda5f..6fcbdb0179 100644 --- a/libavformat/dv1394.h +++ b/libavformat/dv1394.h @@ -31,7 +31,8 @@ #define DV1394_RING_FRAMES 20 #define DV1394_WIDTH 720 -#define DV1394_HEIGHT 576 +#define DV1394_NTSC_HEIGHT 480 +#define DV1394_PAL_HEIGHT 576 /* This is the public user-space interface. Try not to break it. */ |