diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 12:21:40 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-16 12:21:40 -0600 |
commit | 71da187116a1a1a4991536c49501bfd5b6dbcfc6 (patch) | |
tree | 2da5444dc908dfcada0809b037d9360cd22de1fc /libk3b/projects | |
parent | 919cc741df53b968e9253dd4fbb9bec8e67be10b (diff) | |
download | k3b-71da187116a1a1a4991536c49501bfd5b6dbcfc6.tar.gz k3b-71da187116a1a1a4991536c49501bfd5b6dbcfc6.zip |
Fix unintended renaming
Diffstat (limited to 'libk3b/projects')
-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) |