diff options
Diffstat (limited to 'libk3b/projects/videocd')
-rw-r--r-- | libk3b/projects/videocd/mpeginfo/k3bmpeginfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libk3b/projects/videocd/mpeginfo/k3bmpeginfo.h b/libk3b/projects/videocd/mpeginfo/k3bmpeginfo.h index 461af3a..f29c1a7 100644 --- a/libk3b/projects/videocd/mpeginfo/k3bmpeginfo.h +++ b/libk3b/projects/videocd/mpeginfo/k3bmpeginfo.h @@ -30,7 +30,7 @@ #define MPEG_USER_CODE ((uchar) 0xb2) #define MPEG_SEQUENCE_CODE ((uchar) 0xb3) #define MPEG_EXT_CODE ((uchar) 0xb5) -#define MPEG_SETQ_END_CODE ((uchar) 0xb7) +#define MPEG_SEQ_END_CODE ((uchar) 0xb7) #define MPEG_GOP_CODE ((uchar) 0xb8) #define MPEG_PROGRAM_END_CODE ((uchar) 0xb9) #define MPEG_PACK_HEADER_CODE ((uchar) 0xba) |